| Index: src/runtime/runtime-internal.cc
|
| diff --git a/src/runtime/runtime-internal.cc b/src/runtime/runtime-internal.cc
|
| index 0bd253762a7d702b837bc58c71995e3c21ed73cd..b7974bcf0970f303fcf1ab230ce1dec45058199f 100644
|
| --- a/src/runtime/runtime-internal.cc
|
| +++ b/src/runtime/runtime-internal.cc
|
| @@ -450,7 +450,7 @@
|
| Zone zone(isolate->allocator());
|
| std::unique_ptr<ParseInfo> info(
|
| location.function()->shared()->is_function()
|
| - ? new ParseInfo(&zone, handle(location.function()->shared()))
|
| + ? new ParseInfo(&zone, location.function())
|
| : new ParseInfo(&zone, location.script()));
|
| if (Parser::ParseStatic(info.get())) {
|
| CallPrinter printer(isolate, location.function()->shared()->IsBuiltin());
|
|
|