Index: src/ic/handler-compiler.h |
diff --git a/src/ic/handler-compiler.h b/src/ic/handler-compiler.h |
index dd3b483ced74375f8ddc2a25ee09a7b4d6be6e2a..bd3f788e38cb6918cdacef5887af06e7f68e8fa3 100644 |
--- a/src/ic/handler-compiler.h |
+++ b/src/ic/handler-compiler.h |
@@ -223,7 +223,7 @@ class NamedStoreHandlerCompiler : public PropertyHandlerCompiler { |
Handle<Name> name); |
Handle<Code> CompileStoreField(LookupIterator* it); |
Handle<Code> CompileStoreCallback(Handle<JSObject> object, Handle<Name> name, |
- int accessor_index); |
+ Handle<ExecutableAccessorInfo> callback); |
Handle<Code> CompileStoreCallback(Handle<JSObject> object, Handle<Name> name, |
const CallOptimization& call_optimization, |
int accessor_index); |