| Index: tools/gn/setup.cc
|
| diff --git a/tools/gn/setup.cc b/tools/gn/setup.cc
|
| index a158ea832a0d57139ab2eb6c026943cd74efb67b..f6a20685c4099b958123819a09e2657eef6678fe 100644
|
| --- a/tools/gn/setup.cc
|
| +++ b/tools/gn/setup.cc
|
| @@ -163,7 +163,7 @@ CommonSetup::~CommonSetup() {
|
|
|
| void CommonSetup::RunPreMessageLoop() {
|
| // Load the root build file.
|
| - loader_->Load(root_build_file_, Label());
|
| + loader_->Load(root_build_file_, LocationRange(), Label());
|
|
|
| // Will be decremented with the loader is drained.
|
| g_scheduler->IncrementWorkCount();
|
|
|