Index: src/ic/handler-compiler.h |
diff --git a/src/ic/handler-compiler.h b/src/ic/handler-compiler.h |
index b7a60b5cd7791a7743ba542ccaa005e7bf90a8bb..8d4f48e5b940343fa16cba169ca7238001934feb 100644 |
--- a/src/ic/handler-compiler.h |
+++ b/src/ic/handler-compiler.h |
@@ -167,10 +167,9 @@ class NamedLoadHandlerCompiler : public PropertyHandlerCompiler { |
// PushInterceptorArguments and read by LoadPropertyWithInterceptorOnly and |
// LoadWithInterceptor. |
static const int kInterceptorArgsNameIndex = 0; |
- static const int kInterceptorArgsInfoIndex = 1; |
- static const int kInterceptorArgsThisIndex = 2; |
- static const int kInterceptorArgsHolderIndex = 3; |
- static const int kInterceptorArgsLength = 4; |
+ static const int kInterceptorArgsThisIndex = 1; |
+ static const int kInterceptorArgsHolderIndex = 2; |
+ static const int kInterceptorArgsLength = 3; |
protected: |
virtual Register FrontendHeader(Register object_reg, Handle<Name> name, |