mirror of
https://git.freebsd.org/ports.git
synced 2025-06-26 15:10:35 -04:00
- update firefox-esr, thunderbird and libxul to 17.0.8 - update seamonkey to 2.20 - fix plist for *-i18n Security: 0998e79d-0055-11e3-905b-0025905a4771 In collaboration with: Jan Beich <jbeich@tormail.org>
10 lines
402 B
Text
10 lines
402 B
Text
--- mozilla/js/src/frontend/ParseMaps.cpp~
|
|
+++ mozilla/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>;
|