| Index: src/ia32/code-stubs-ia32.cc
|
| diff --git a/src/ia32/code-stubs-ia32.cc b/src/ia32/code-stubs-ia32.cc
|
| index aa4b8a223752907f3bdbe751847db070636592c1..8f655bbeb016b93c7dc32c74b45af3a77f72a4c5 100644
|
| --- a/src/ia32/code-stubs-ia32.cc
|
| +++ b/src/ia32/code-stubs-ia32.cc
|
| @@ -4688,7 +4688,7 @@ static void GenerateRecordCallTargetNoArray(MacroAssembler* masm) {
|
| Label initialize, done;
|
|
|
| // Load the cache state into ecx.
|
| - __ mov(ecx, FieldOperand(ebx, JSGlobalPropertyCell::kValueOffset));
|
| + __ mov(ecx, FieldOperand(ebx, PropertyCell::kValueOffset));
|
|
|
| // A monomorphic cache hit or an already megamorphic state: invoke the
|
| // function without changing the state.
|
|
|