summaryrefslogtreecommitdiffstats
path: root/chrome/browser/page_state.cc
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/browser/page_state.cc')
-rw-r--r--chrome/browser/page_state.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/browser/page_state.cc b/chrome/browser/page_state.cc
index e0c350f..f47a4cf 100644
--- a/chrome/browser/page_state.cc
+++ b/chrome/browser/page_state.cc
@@ -42,7 +42,7 @@ void PageState::InitWithBytes(const std::string& bytes) {
JSONStringValueSerializer serializer(bytes);
Value* root = NULL;
- if (!serializer.Deserialize(&root))
+ if (!serializer.Deserialize(&root, NULL))
NOTREACHED();
if (root != NULL && root->GetType() == Value::TYPE_DICTIONARY) {