Bug 782871 (part 2) - Rename the |TreeContext| module as |SharedContext|. r=jorendorff.

This commit is contained in:
Nicholas Nethercote
2012-08-16 22:05:51 -07:00
parent c0d38487d9
commit 419e47898b
9 changed files with 14 additions and 14 deletions

View File

@@ -18,7 +18,7 @@
#include "frontend/ParseMaps-inl.h"
#include "frontend/Parser-inl.h"
#include "frontend/TreeContext-inl.h"
#include "frontend/SharedContext-inl.h"
using namespace js;
using namespace js::frontend;