Index: src/ic/handler-compiler.cc |
diff --git a/src/ic/handler-compiler.cc b/src/ic/handler-compiler.cc |
index ddd3f3e3601f11b56d6ac098fa74b449afbd642b..6a9734d5ebbb1362abe28b372ab608b5c8692c65 100644 |
--- a/src/ic/handler-compiler.cc |
+++ b/src/ic/handler-compiler.cc |
@@ -352,7 +352,7 @@ Handle<Object> ElementHandlerCompiler::GetKeyedLoadHandler( |
} |
if (receiver_map->IsStringMap()) { |
TRACE_HANDLER_STATS(isolate, KeyedLoadIC_LoadIndexedStringStub); |
- return LoadIndexedStringStub(isolate).GetCode(); |
+ return isolate->builtins()->KeyedLoadIC_IndexedString(); |
} |
InstanceType instance_type = receiver_map->instance_type(); |
if (instance_type < FIRST_JS_RECEIVER_TYPE) { |