Bug 886205 (part 8) - Break the header cycle once and for all. r=terrence.

This commit is contained in:
Nicholas Nethercote
2013-06-25 21:38:35 -07:00
parent 97b50e4dc5
commit e8e83e0c99
23 changed files with 87 additions and 41 deletions

View File

@@ -14,10 +14,12 @@
#include "vm/GlobalObject.h"
#include "jsobjinlines.h"
#include "jsscriptinlines.h"
#include "frontend/ParseMaps-inl.h"
#include "frontend/Parser-inl.h"
#include "frontend/SharedContext-inl.h"
#include "vm/ScopeObject-inl.h"
using namespace js;
using namespace js::frontend;