| Index: src/liveedit.cc
|
| diff --git a/src/liveedit.cc b/src/liveedit.cc
|
| index 58c846a888d196ae6c7346470a3981194622d2f7..fc708e67ec318686918522d28a61aa16b4ccfbb8 100644
|
| --- a/src/liveedit.cc
|
| +++ b/src/liveedit.cc
|
| @@ -609,7 +609,7 @@ static void CompileScriptForTracker(Isolate* isolate, Handle<Script> script) {
|
| CompilationInfoWithZone info(script);
|
| info.MarkAsGlobal();
|
| // Parse and don't allow skipping lazy functions.
|
| - if (ParserApi::Parse(&info, kNoParsingFlags)) {
|
| + if (Parser::Parse(&info)) {
|
| // Compile the code.
|
| LiveEditFunctionTracker tracker(info.isolate(), info.function());
|
| if (Compiler::MakeCodeForLiveEdit(&info)) {
|
|
|