| Index: src/stub-cache.h
|
| diff --git a/src/stub-cache.h b/src/stub-cache.h
|
| index 5becb117bf8accf98ff7371cddd5c433c3c0a310..451af319dfc9af8c1db2b0614ffe422b3e08ae8c 100644
|
| --- a/src/stub-cache.h
|
| +++ b/src/stub-cache.h
|
| @@ -608,7 +608,8 @@ class LoadStubCompiler: public StubCompiler {
|
|
|
| Handle<Code> CompileLoadNonexistent(Handle<String> name,
|
| Handle<JSObject> object,
|
| - Handle<JSObject> last);
|
| + Handle<JSObject> last,
|
| + Handle<GlobalObject> global);
|
|
|
| Handle<Code> CompileLoadField(Handle<JSObject> object,
|
| Handle<JSObject> holder,
|
|
|