aboutsummaryrefslogtreecommitdiff
path: root/www/firefox/files/patch-bug862759
diff options
context:
space:
mode:
Diffstat (limited to 'www/firefox/files/patch-bug862759')
-rw-r--r--www/firefox/files/patch-bug86275910
1 files changed, 10 insertions, 0 deletions
diff --git a/www/firefox/files/patch-bug862759 b/www/firefox/files/patch-bug862759
new file mode 100644
index 000000000000..c6ff6607f75c
--- /dev/null
+++ b/www/firefox/files/patch-bug862759
@@ -0,0 +1,10 @@
+--- js/src/frontend/ParseMaps.cpp~
++++ js/src/frontend/ParseMaps.cpp
+@@ -134,5 +134,5 @@ frontend::InitAtomMap(JSContext *cx, frontend::AtomIndexMap *indices, HeapPtrAto
+ }
+ }
+
+-template class AtomDecls<FullParseHandler>;
+-template class AtomDecls<SyntaxParseHandler>;
++template class frontend::AtomDecls<FullParseHandler>;
++template class frontend::AtomDecls<SyntaxParseHandler>;