| Index: src/ic/handler-compiler.cc
|
| diff --git a/src/ic/handler-compiler.cc b/src/ic/handler-compiler.cc
|
| index 69ba39768a77092f04f0f6ee74ba6878c16b8f40..b4aff8ec55065dd074fe553c3b8106d347c560ca 100644
|
| --- a/src/ic/handler-compiler.cc
|
| +++ b/src/ic/handler-compiler.cc
|
| @@ -30,7 +30,7 @@ Handle<Code> PropertyHandlerCompiler::GetCode(Code::Kind kind,
|
|
|
| // Create code object in the heap.
|
| CodeDesc desc;
|
| - masm()->GetCode(&desc);
|
| + masm()->GetCode(isolate(), &desc);
|
| Handle<Code> code = factory()->NewCode(desc, flags, masm()->CodeObject());
|
| if (code->IsCodeStubOrIC()) code->set_stub_key(CodeStub::NoCacheKey());
|
| #ifdef ENABLE_DISASSEMBLER
|
|
|