| Index: chrome/browser/extensions/extension_function.cc
|
| diff --git a/chrome/browser/extensions/extension_function.cc b/chrome/browser/extensions/extension_function.cc
|
| index 44d5a74fd26b790ec03df1bd23ab36e29d00973e..e54dee51592bb6fecce7121b40d03da569c51421 100644
|
| --- a/chrome/browser/extensions/extension_function.cc
|
| +++ b/chrome/browser/extensions/extension_function.cc
|
| @@ -94,7 +94,7 @@ const std::string ExtensionFunction::GetResult() {
|
| std::string json;
|
| // Some functions might not need to return any results.
|
| if (result_.get())
|
| - base::JSONWriter::Write(result_.get(), false, &json);
|
| + base::JSONWriter::Write(result_.get(), &json);
|
| return json;
|
| }
|
|
|
|
|