Commit e3826bc7 authored by Marja Hölttä's avatar Marja Hölttä Committed by Commit Bot

[parser] Fix broken rebase.

Rebase of https://chromium-review.googlesource.com/446336 was broken.

Didn't fail any tests because the feature is behind a flag.

BUG=

Change-Id: I6009bfac27aa896e20446f002f5db707aab7e34c
Reviewed-on: https://chromium-review.googlesource.com/457040
Commit-Queue: Marja Hölttä <marja@chromium.org>
Reviewed-by: 's avatarDaniel Vogelheim <vogelheim@chromium.org>
Cr-Commit-Position: refs/heads/master@{#43984}
parent 69d8f2a5
......@@ -2826,6 +2826,7 @@ Parser::LazyParsingResult Parser::SkipFunction(
function_scope->RecordEvalCall();
}
SkipFunctionLiterals(data.num_inner_functions);
return kLazyParsingComplete;
}
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment