summaryrefslogtreecommitdiff
path: root/www/firefox24/patches/patch-js_src_frontend_ParseMaps.cpp
diff options
context:
space:
mode:
authorryoon <ryoon>2013-11-03 04:51:59 +0000
committerryoon <ryoon>2013-11-03 04:51:59 +0000
commitc30695d16a54d8f19d110a7b4d213c0105ae5c8c (patch)
treea34d541b9214967bfe9a09c21cb30fe0c82e6b07 /www/firefox24/patches/patch-js_src_frontend_ParseMaps.cpp
parent55c1d3746cae6cd4f35a3ec8de7c0c110cc39dc1 (diff)
downloadpkgsrc-c30695d16a54d8f19d110a7b4d213c0105ae5c8c.tar.gz
Import firefox24-24.1.0 as www/firefox24.
Mozilla Firefox is a free, open-source and cross-platform web browser for Windows, Linux, MacOS X and many other operating systems. It is fast and easy to use, and offers many advantages over other web browsers, such as tabbed browsing and the ability to block pop-up windows. Firefox also offers excellent bookmark and history management, and it can be extended by developers using industry standards such as XML, CSS, JavaScript, C++, etc. Many extensions are available. This package tracks 24 extended support release branch.
Diffstat (limited to 'www/firefox24/patches/patch-js_src_frontend_ParseMaps.cpp')
-rw-r--r--www/firefox24/patches/patch-js_src_frontend_ParseMaps.cpp12
1 files changed, 12 insertions, 0 deletions
diff --git a/www/firefox24/patches/patch-js_src_frontend_ParseMaps.cpp b/www/firefox24/patches/patch-js_src_frontend_ParseMaps.cpp
new file mode 100644
index 00000000000..12527fb79f8
--- /dev/null
+++ b/www/firefox24/patches/patch-js_src_frontend_ParseMaps.cpp
@@ -0,0 +1,12 @@
+$NetBSD: patch-js_src_frontend_ParseMaps.cpp,v 1.1 2013/11/03 04:51:59 ryoon Exp $
+
+--- js/src/frontend/ParseMaps.cpp.orig 2013-09-10 03:43:34.000000000 +0000
++++ js/src/frontend/ParseMaps.cpp
+@@ -132,5 +132,5 @@ frontend::InitAtomMap(JSContext *cx, fro
+ }
+ }
+
+-template class js::frontend::AtomDecls<FullParseHandler>;
+-template class js::frontend::AtomDecls<SyntaxParseHandler>;
++template class frontend::AtomDecls<FullParseHandler>;
++template class frontend::AtomDecls<SyntaxParseHandler>;