Index: content/browser/storage_partition_impl.cc |
diff --git a/content/browser/storage_partition_impl.cc b/content/browser/storage_partition_impl.cc |
index 361b4d1aa5442163a1547f5df94bbaa1f93411d4..c5471869150814b3c4df2ee5f8b811b230a93aaa 100644 |
--- a/content/browser/storage_partition_impl.cc |
+++ b/content/browser/storage_partition_impl.cc |
@@ -305,6 +305,9 @@ StoragePartitionImpl::~StoragePartitionImpl() { |
GetDatabaseTracker())); |
} |
+ if (GetFileSystemContext()) |
+ GetFileSystemContext()->Shutdown(); |
+ |
if (GetDOMStorageContext()) |
GetDOMStorageContext()->Shutdown(); |
} |