summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--chrome/browser/thumbnail_store.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/chrome/browser/thumbnail_store.cc b/chrome/browser/thumbnail_store.cc
index 4f30c62..1e06bde 100644
--- a/chrome/browser/thumbnail_store.cc
+++ b/chrome/browser/thumbnail_store.cc
@@ -25,6 +25,7 @@
ThumbnailStore::ThumbnailStore()
: cache_(NULL),
db_(NULL),
+ statement_cache_(NULL),
hs_(NULL),
url_blacklist_(NULL),
disk_data_loaded_(false) {