Index: chrome/installer/util/master_preferences.cc |
=================================================================== |
--- chrome/installer/util/master_preferences.cc (revision 6390) |
+++ chrome/installer/util/master_preferences.cc (working copy) |
@@ -13,7 +13,7 @@ |
DictionaryValue* ReadJSONPrefs(const std::string& data) { |
JSONStringValueSerializer json(data); |
Value* root; |
- if (!json.Deserialize(&root)) |
+ if (!json.Deserialize(&root, NULL)) |
return NULL; |
if (!root->IsType(Value::TYPE_DICTIONARY)) { |
delete root; |