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:
Wesley W. Garland 2010-04-21 10:54:25 -05:00
Родитель 4ecd1100f3
Коммит afec984692
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -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;
/*