| Index: src/background-parsing-task.cc
|
| diff --git a/src/background-parsing-task.cc b/src/background-parsing-task.cc
|
| index 393a9481b8ad69fb1fa52e581033760ef56f9dac..cb31cc99827e8baafe3ce5ee20e70378c216ce2a 100644
|
| --- a/src/background-parsing-task.cc
|
| +++ b/src/background-parsing-task.cc
|
| @@ -54,7 +54,7 @@ void BackgroundParsingTask::Run() {
|
| source_->hash_seed,
|
| &source_->unicode_cache));
|
| source_->parser->set_allow_lazy(source_->allow_lazy);
|
| - source_->parser->ParseOnBackground();
|
| + source_->parser->ParseOnBackground(source_->info.get());
|
|
|
| if (script_data != NULL) {
|
| source_->cached_data.Reset(new ScriptCompiler::CachedData(
|
|
|