| Index: tools/gn/input_conversion.cc
|
| diff --git a/tools/gn/input_conversion.cc b/tools/gn/input_conversion.cc
|
| index d25ceff9414a0277c42946f068d71b109bac0355..2534f4d8410f21adf8ac669159ff911853d1a544 100644
|
| --- a/tools/gn/input_conversion.cc
|
| +++ b/tools/gn/input_conversion.cc
|
| @@ -37,7 +37,7 @@ Value ParseValueOrScope(const Settings* settings,
|
| std::vector<Token>* tokens;
|
| scoped_ptr<ParseNode>* parse_root_ptr;
|
| g_scheduler->input_file_manager()->AddDynamicInput(
|
| - &input_file, &tokens, &parse_root_ptr);
|
| + SourceFile(), &input_file, &tokens, &parse_root_ptr);
|
|
|
| input_file->SetContents(input);
|
| if (origin) {
|
|
|