| Index: src/ia32/stub-cache-ia32.cc
|
| diff --git a/src/ia32/stub-cache-ia32.cc b/src/ia32/stub-cache-ia32.cc
|
| index 69e3bec5d1f6e0968aa428d7eb1a733058017f05..8a723329af5cf48066838cc93982358f3898bee5 100644
|
| --- a/src/ia32/stub-cache-ia32.cc
|
| +++ b/src/ia32/stub-cache-ia32.cc
|
| @@ -1407,7 +1407,7 @@ Object* CallStubCompiler::CompileCallConstant(Object* object,
|
| }
|
|
|
|
|
| -Object* CallStubCompiler::CompileCallInterceptor(Object* object,
|
| +Object* CallStubCompiler::CompileCallInterceptor(JSObject* object,
|
| JSObject* holder,
|
| String* name) {
|
| // ----------- S t a t e -------------
|
| @@ -1430,7 +1430,7 @@ Object* CallStubCompiler::CompileCallInterceptor(Object* object,
|
|
|
| CallInterceptorCompiler compiler(this, arguments(), ecx);
|
| compiler.Compile(masm(),
|
| - JSObject::cast(object),
|
| + object,
|
| holder,
|
| name,
|
| &lookup,
|
|
|