Index: src/ic/handler-compiler.cc |
diff --git a/src/ic/handler-compiler.cc b/src/ic/handler-compiler.cc |
index 16aec0b4941ff27de1fed40b8b071b9159255db4..ddd3f3e3601f11b56d6ac098fa74b449afbd642b 100644 |
--- a/src/ic/handler-compiler.cc |
+++ b/src/ic/handler-compiler.cc |
@@ -283,8 +283,7 @@ void NamedLoadHandlerCompiler::GenerateLoadPostInterceptor( |
Handle<Object> smi_handler = |
LoadIC::SimpleFieldLoad(isolate(), it->GetFieldIndex()); |
__ Move(LoadFieldDescriptor::SmiHandlerRegister(), smi_handler); |
- LoadFieldStub stub(isolate()); |
- GenerateTailCall(masm(), stub.GetCode()); |
+ GenerateTailCall(masm(), isolate()->builtins()->LoadField()); |
break; |
} |
case LookupIterator::ACCESSOR: |