summaryrefslogtreecommitdiff
path: root/mail/thunderbird45/patches/patch-mozilla_js_src_frontend_ParseMaps.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'mail/thunderbird45/patches/patch-mozilla_js_src_frontend_ParseMaps.cpp')
-rw-r--r--mail/thunderbird45/patches/patch-mozilla_js_src_frontend_ParseMaps.cpp12
1 files changed, 12 insertions, 0 deletions
diff --git a/mail/thunderbird45/patches/patch-mozilla_js_src_frontend_ParseMaps.cpp b/mail/thunderbird45/patches/patch-mozilla_js_src_frontend_ParseMaps.cpp
new file mode 100644
index 00000000000..d00d8750174
--- /dev/null
+++ b/mail/thunderbird45/patches/patch-mozilla_js_src_frontend_ParseMaps.cpp
@@ -0,0 +1,12 @@
+$NetBSD: patch-mozilla_js_src_frontend_ParseMaps.cpp,v 1.1 2017/04/27 13:38:19 ryoon Exp $
+
+--- mozilla/js/src/frontend/ParseMaps.cpp.orig 2016-04-07 21:33:20.000000000 +0000
++++ mozilla/js/src/frontend/ParseMaps.cpp
+@@ -133,5 +133,5 @@ frontend::InitAtomMap(frontend::AtomInde
+ }
+ }
+
+-template class js::frontend::AtomDecls<FullParseHandler>;
+-template class js::frontend::AtomDecls<SyntaxParseHandler>;
++template class frontend::AtomDecls<FullParseHandler>;
++template class frontend::AtomDecls<SyntaxParseHandler>;