summaryrefslogtreecommitdiffstats
path: root/chrome/browser/dom_ui
diff options
context:
space:
mode:
authortc@google.com <tc@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2008-07-29 00:28:30 +0000
committertc@google.com <tc@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2008-07-29 00:28:30 +0000
commit27a3384a28534629327753c228b5aac773696131 (patch)
tree6b9ddccbf3c9c399ff30ddca3d70bb3dd25dbc40 /chrome/browser/dom_ui
parent94d126b3ce7e1f3100897240884a00f3b7e96575 (diff)
downloadchromium_src-27a3384a28534629327753c228b5aac773696131.zip
chromium_src-27a3384a28534629327753c228b5aac773696131.tar.gz
chromium_src-27a3384a28534629327753c228b5aac773696131.tar.bz2
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
Diffstat (limited to 'chrome/browser/dom_ui')
-rw-r--r--chrome/browser/dom_ui/dom_ui_host.cc2
1 files changed, 1 insertions, 1 deletions
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();