| Index: src/factory.cc
|
| diff --git a/src/factory.cc b/src/factory.cc
|
| index 463603074499ee284b101c16dbdbb5965e56ef89..2b6d511a82a665bcc2888e644e6bcdad3537450c 100644
|
| --- a/src/factory.cc
|
| +++ b/src/factory.cc
|
| @@ -1032,6 +1032,7 @@ Handle<Script> Factory::NewScript(Handle<String> source) {
|
| script->set_type(Script::TYPE_NORMAL);
|
| script->set_wrapper(heap->undefined_value());
|
| script->set_line_ends(heap->undefined_value());
|
| + if (FLAG_trace_deopt) Script::InitLineEnds(script);
|
| script->set_eval_from_shared(heap->undefined_value());
|
| script->set_eval_from_position(0);
|
| script->set_shared_function_infos(Smi::kZero);
|
|
|