From 27a3384a28534629327753c228b5aac773696131 Mon Sep 17 00:00:00 2001 From: "tc@google.com" Date: Tue, 29 Jul 2008 00:28:30 +0000 Subject: Fix the build. I meant to include this in the chrome side of the previous change. git-svn-id: svn://svn.chromium.org/chrome/trunk/src@54 0039d316-1c4b-4281-b951-d872f2087c98 --- chrome/browser/dom_ui/dom_ui_host.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'chrome') diff --git a/chrome/browser/dom_ui/dom_ui_host.cc b/chrome/browser/dom_ui/dom_ui_host.cc index 8bb7cad..b7d685f 100644 --- a/chrome/browser/dom_ui/dom_ui_host.cc +++ b/chrome/browser/dom_ui/dom_ui_host.cc @@ -104,7 +104,7 @@ void DOMUIHost::ProcessDOMUIMessage(const std::string& message, // Convert the content JSON into a Value. Value* value = NULL; if (!content.empty()) { - if (!JSONReader::Read(content, &value)) { + if (!JSONReader::Read(content, &value, false)) { // The page sent us something that we didn't understand. // This probably indicates a programming error. NOTREACHED(); -- cgit v1.1