| Index: src/ic/ic.cc
|
| diff --git a/src/ic/ic.cc b/src/ic/ic.cc
|
| index 9f1af626ddbab07935862a1935a65e7cfdb19a50..f4e59bb8d0fbbc51c417d41729047af61dda7f7c 100644
|
| --- a/src/ic/ic.cc
|
| +++ b/src/ic/ic.cc
|
| @@ -1333,8 +1333,7 @@ Handle<Object> LoadIC::GetMapIndependentHandler(LookupIterator* lookup) {
|
| ->has_non_instance_prototype()) {
|
| Handle<Code> stub;
|
| TRACE_HANDLER_STATS(isolate(), LoadIC_FunctionPrototypeStub);
|
| - FunctionPrototypeStub function_prototype_stub(isolate());
|
| - return function_prototype_stub.GetCode();
|
| + return isolate()->builtins()->LoadIC_FunctionPrototype();
|
| }
|
|
|
| Handle<Map> map = receiver_map();
|
|
|