Index: tools/gn/function_read_file.cc |
diff --git a/tools/gn/function_read_file.cc b/tools/gn/function_read_file.cc |
index 8f6d66e85b7df78f1f8b39d8079247df7ab2a311..6563039d40021d2f25b5e6bb327d2f1687cb2953 100644 |
--- a/tools/gn/function_read_file.cc |
+++ b/tools/gn/function_read_file.cc |
@@ -68,7 +68,8 @@ Value RunReadFile(Scope* scope, |
return Value(); |
} |
- return ConvertInputToValue(file_contents, function, args[1], err); |
+ return ConvertInputToValue(scope->settings(), file_contents, function, |
+ args[1], err); |
} |
} // namespace functions |