Bug 739512: Patch 4: move JS{Const,Object,TryNote}Array into the |js| namespace. r=sfink.

This commit is contained in:
Nicholas Nethercote
2012-04-10 23:51:12 -07:00
parent b57b167f48
commit 5ae62995da
11 changed files with 62 additions and 64 deletions

View File

@@ -113,7 +113,7 @@ DefineGlobals(JSContext *cx, GlobalScope &globalScope, JSScript* script)
worklist.popBack();
if (outer->hasObjects()) {
JSObjectArray *arr = outer->objects();
ObjectArray *arr = outer->objects();
/*
* If this is an eval script, don't treat the saved caller function