Commit 3f8a85ce authored by verwaest's avatar verwaest Committed by Commit bot

Remove explicitly setting of allow_lazy_parsing in background-parsing-task.cc

This is automatically taken into account in the Parser constructor already

BUG=v8:5501

Review-Url: https://codereview.chromium.org/2409103005
Cr-Commit-Position: refs/heads/master@{#40275}
parent 6fa76d46
......@@ -40,8 +40,7 @@ BackgroundParsingTask::BackgroundParsingTask(
info->set_hash_seed(isolate->heap()->HashSeed());
info->set_unicode_cache(&source_->unicode_cache);
info->set_compile_options(options);
// Parse eagerly with ignition since we will compile eagerly.
info->set_allow_lazy_parsing(!(i::FLAG_ignition && i::FLAG_ignition_eager));
info->set_allow_lazy_parsing();
source_->info->set_cached_data(&script_data_);
// Parser needs to stay alive for finalizing the parsing on the main
......
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