Bug 739512: Patch 4: move JS{Const,Object,TryNote}Array into the |js| namespace. r=sfink.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user