зеркало из https://github.com/mozilla/pjs.git
Bug 560504 - Tweak friend class declaration in jsparse.h to work around compiler bug in Mac OS X Leopard's default compiler. r=jorendorff.
--HG-- extra : rebase_source : 164c7d281ec50463f36878e5fe29b30e2ac9e896
This commit is contained in:
Родитель
ccff6a6573
Коммит
d1cc18294c
|
@ -945,7 +945,7 @@ struct Parser : private js::AutoGCRooter
|
|||
~Parser();
|
||||
|
||||
friend void js::AutoGCRooter::trace(JSTracer *trc);
|
||||
friend struct JSTreeContext;
|
||||
friend struct ::JSTreeContext;
|
||||
friend struct Compiler;
|
||||
|
||||
/*
|
||||
|
|
Загрузка…
Ссылка в новой задаче