summaryrefslogtreecommitdiff
path: root/www/firefox/patches/patch-js_public_CallArgs.h
diff options
context:
space:
mode:
Diffstat (limited to 'www/firefox/patches/patch-js_public_CallArgs.h')
-rw-r--r--www/firefox/patches/patch-js_public_CallArgs.h13
1 files changed, 0 insertions, 13 deletions
diff --git a/www/firefox/patches/patch-js_public_CallArgs.h b/www/firefox/patches/patch-js_public_CallArgs.h
deleted file mode 100644
index 9b8205f68da..00000000000
--- a/www/firefox/patches/patch-js_public_CallArgs.h
+++ /dev/null
@@ -1,13 +0,0 @@
-$NetBSD: patch-js_public_CallArgs.h,v 1.1 2015/05/12 22:48:54 ryoon Exp $
-
---- js/public/CallArgs.h.orig 2015-04-29 21:11:43.000000000 +0000
-+++ js/public/CallArgs.h
-@@ -344,7 +344,7 @@ class MOZ_STACK_CLASS CallArgs : public
- * Returns true if there are at least |required| arguments passed in. If
- * false, it reports an error message on the context.
- */
-- bool requireAtLeast(JSContext* cx, const char* fnname, unsigned required);
-+ JS_PUBLIC_API(bool) requireAtLeast(JSContext* cx, const char* fnname, unsigned required);
-
- };
-