Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1315)

Unified Diff: Source/core/storage/StorageNamespaceController.cpp

Issue 860423003: Oilpan: fix build after r188764. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 5 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « Source/core/storage/StorageNamespaceController.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/storage/StorageNamespaceController.cpp
diff --git a/Source/core/storage/StorageNamespaceController.cpp b/Source/core/storage/StorageNamespaceController.cpp
index b9d2c70bbd2efb137ed70a1fc53bbdcb83d2bcb8..4952a047365542398a68fb2456bbfa9ba8c36bd2 100644
--- a/Source/core/storage/StorageNamespaceController.cpp
+++ b/Source/core/storage/StorageNamespaceController.cpp
@@ -20,6 +20,10 @@ StorageNamespaceController::StorageNamespaceController(StorageClient* client)
{
}
+StorageNamespaceController::~StorageNamespaceController()
+{
+}
+
StorageNamespace* StorageNamespaceController::sessionStorage(bool optionalCreate)
{
if (!m_sessionStorage && optionalCreate)
@@ -33,4 +37,3 @@ void StorageNamespaceController::provideStorageNamespaceTo(Page& page, StorageCl
}
} // namespace blink
-
« no previous file with comments | « Source/core/storage/StorageNamespaceController.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698