| Index: chrome/browser/bookmarks/bookmark_storage.cc
|
| diff --git a/chrome/browser/bookmarks/bookmark_storage.cc b/chrome/browser/bookmarks/bookmark_storage.cc
|
| index 0b7d89594b7987fcc69bf09deba0d983772116d2..fd145b0934ad09b46b02f87c01221506ba60bd91 100644
|
| --- a/chrome/browser/bookmarks/bookmark_storage.cc
|
| +++ b/chrome/browser/bookmarks/bookmark_storage.cc
|
| @@ -74,7 +74,7 @@ class BookmarkStorage::LoadTask : public Task {
|
| bool bookmark_file_exists = file_util::PathExists(path_);
|
| if (bookmark_file_exists) {
|
| JSONFileValueSerializer serializer(path_);
|
| - scoped_ptr<Value> root(serializer.Deserialize(NULL));
|
| + scoped_ptr<Value> root(serializer.Deserialize(NULL, NULL));
|
|
|
| if (root.get()) {
|
| // Building the index can take a while, so we do it on the background
|
|
|