| Index: src/stub-cache.h
|
| diff --git a/src/stub-cache.h b/src/stub-cache.h
|
| index 1c6c09bc707c8606910a24bc1532470977ec032c..20ce7ca1052d0fc34575da550367f6aa6a6c70b7 100644
|
| --- a/src/stub-cache.h
|
| +++ b/src/stub-cache.h
|
| @@ -261,7 +261,7 @@ class StubCache {
|
| void CollectMatchingMaps(SmallMapList* types,
|
| String* name,
|
| Code::Flags flags,
|
| - Handle<Context> native_context,
|
| + Handle<Context> global_context,
|
| Zone* zone);
|
|
|
| // Generate code for probing the stub cache table.
|
| @@ -708,9 +708,6 @@ class StoreStubCompiler: public StubCompiler {
|
| Handle<AccessorInfo> callback,
|
| Handle<String> name);
|
|
|
| - static void GenerateStoreViaSetter(MacroAssembler* masm,
|
| - Handle<JSFunction> setter);
|
| -
|
| Handle<Code> CompileStoreViaSetter(Handle<String> name,
|
| Handle<JSObject> receiver,
|
| Handle<JSObject> holder,
|
|
|