| Index: tools/gn/function_exec_script.cc
|
| diff --git a/tools/gn/function_exec_script.cc b/tools/gn/function_exec_script.cc
|
| index 8bea2613a8d043ec5719527d8477ca2d7a0d98bc..56143eab7a870ec71f0872f37ee7aab944e3bcdf 100644
|
| --- a/tools/gn/function_exec_script.cc
|
| +++ b/tools/gn/function_exec_script.cc
|
| @@ -410,7 +410,7 @@ Value RunExecScript(Scope* scope,
|
| }
|
|
|
| // Default to None value for the input conversion if unspecified.
|
| - return ConvertInputToValue(output, function,
|
| + return ConvertInputToValue(scope->settings(), output, function,
|
| args.size() >= 3 ? args[2] : Value(), err);
|
| }
|
|
|
|
|