Index: tools/gn/function_set_defaults.cc |
diff --git a/tools/gn/function_set_defaults.cc b/tools/gn/function_set_defaults.cc |
index 94e9ff3483b8b32bd84902dc88d85fc44611dbe3..17d110395ebb022a8650a2e606bdc042d12a5665 100644 |
--- a/tools/gn/function_set_defaults.cc |
+++ b/tools/gn/function_set_defaults.cc |
@@ -82,7 +82,8 @@ Value RunSetDefaults(Scope* scope, |
// Now copy the values set on the scope we made into the free-floating one |
// (with no containing scope) used to hold the target defaults. |
Scope* dest = scope->MakeTargetDefaults(target_type); |
- block_scope.NonRecursiveMergeTo(dest, function, "<SHOULD NOT FAIL>", err); |
+ block_scope.NonRecursiveMergeTo(dest, false, function, |
+ "<SHOULD NOT FAIL>", err); |
return Value(); |
} |