Index: webkit/quota/quota_manager.cc |
diff --git a/webkit/quota/quota_manager.cc b/webkit/quota/quota_manager.cc |
index 730ec8dae37b4c44c5ed73a44f6190f8dbdce816..0028cd38ab23b884b25b02b1d395be3cd538e624 100644 |
--- a/webkit/quota/quota_manager.cc |
+++ b/webkit/quota/quota_manager.cc |
@@ -1341,6 +1341,13 @@ QuotaManager::~QuotaManager() { |
db_thread_->DeleteSoon(FROM_HERE, database_.release()); |
} |
+QuotaManager::EvictionContext::EvictionContext() |
+ : evicted_type(kStorageTypeUnknown) { |
+} |
+ |
+QuotaManager::EvictionContext::~EvictionContext() { |
+} |
+ |
void QuotaManager::LazyInitialize() { |
DCHECK(io_thread_->BelongsToCurrentThread()); |
if (database_.get()) { |