| Index: src/ic/ia32/handler-compiler-ia32.cc
|
| diff --git a/src/ic/ia32/handler-compiler-ia32.cc b/src/ic/ia32/handler-compiler-ia32.cc
|
| index 535a29a5ba022c75359ee42932329f9baf41d5e4..2b5f06d5529edb2c81f95b5c89c37c0ed4347fbf 100644
|
| --- a/src/ic/ia32/handler-compiler-ia32.cc
|
| +++ b/src/ic/ia32/handler-compiler-ia32.cc
|
| @@ -161,7 +161,7 @@ void PropertyHandlerCompiler::GenerateApiAccessorCall(
|
| // Stack now matches JSFunction abi.
|
| DCHECK(optimization.is_simple_api_call());
|
|
|
| - // Abi for CallApiFunctionStub.
|
| + // Abi for CallApiCallbackStub.
|
| Register callee = edi;
|
| Register data = ebx;
|
| Register holder = ecx;
|
| @@ -223,7 +223,7 @@ void PropertyHandlerCompiler::GenerateApiAccessorCall(
|
| __ mov(api_function_address, Immediate(function_address));
|
|
|
| // Jump to stub.
|
| - CallApiAccessorStub stub(isolate, is_store, call_data_undefined,
|
| + CallApiCallbackStub stub(isolate, is_store, call_data_undefined,
|
| !optimization.is_constant_call());
|
| __ TailCallStub(&stub);
|
| }
|
|
|