| Index: src/stub-cache.h
|
| diff --git a/src/stub-cache.h b/src/stub-cache.h
|
| index fa5c8e4658406527a1442df7bd070c0699131978..77bd14cba116762c95346bacef38340ab61a9a2b 100644
|
| --- a/src/stub-cache.h
|
| +++ b/src/stub-cache.h
|
| @@ -589,10 +589,8 @@ class NamedStoreHandlerCompiler : public PropertyHandlerCompiler {
|
| Register scratch2, Register scratch3,
|
| Label* miss_label, Label* slow);
|
|
|
| - void GenerateStoreField(Handle<JSObject> object, LookupResult* lookup,
|
| - Register receiver_reg, Register name_reg,
|
| - Register value_reg, Register scratch1,
|
| - Register scratch2, Label* miss_label);
|
| + void GenerateStoreField(LookupResult* lookup, Register value_reg,
|
| + Label* miss_label);
|
|
|
| static Builtins::Name SlowBuiltin(Code::Kind kind) {
|
| switch (kind) {
|
|
|