summaryrefslogtreecommitdiff
path: root/www/firefox/patches/patch-js_src_ion_AsmJS.h
diff options
context:
space:
mode:
Diffstat (limited to 'www/firefox/patches/patch-js_src_ion_AsmJS.h')
-rw-r--r--www/firefox/patches/patch-js_src_ion_AsmJS.h14
1 files changed, 0 insertions, 14 deletions
diff --git a/www/firefox/patches/patch-js_src_ion_AsmJS.h b/www/firefox/patches/patch-js_src_ion_AsmJS.h
deleted file mode 100644
index 8dbcf77e8b9..00000000000
--- a/www/firefox/patches/patch-js_src_ion_AsmJS.h
+++ /dev/null
@@ -1,14 +0,0 @@
-$NetBSD: patch-js_src_ion_AsmJS.h,v 1.1 2013/06/26 11:32:12 ryoon Exp $
-
---- js/src/ion/AsmJS.h.orig 2013-06-17 22:13:09.000000000 +0000
-+++ js/src/ion/AsmJS.h
-@@ -97,6 +97,9 @@ class AsmJSActivation
- void setResumePC(void *pc) { resumePC_ = pc; }
- };
-
-+// The assumed page size; dynamically checked in CompileAsmJS.
-+const size_t AsmJSPageSize = 4096;
-+
- // The asm.js spec requires that the ArrayBuffer's byteLength be a multiple of 4096.
- static const size_t AsmJSAllocationGranularity = 4096;
-