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

Unified Diff: third_party/WebKit/Source/modules/storage/StorageNamespaceController.h

Issue 1455943002: [Oilpan] Prepare full definition of classes before using Member (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: CORE_EXPORT Created 5 years, 1 month 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
Index: third_party/WebKit/Source/modules/storage/StorageNamespaceController.h
diff --git a/third_party/WebKit/Source/modules/storage/StorageNamespaceController.h b/third_party/WebKit/Source/modules/storage/StorageNamespaceController.h
index 849bcb6163c501e4fbf027960adc20c6c31b3618..d4a91952ed82895ab2488e342aa3d85df34c0a8d 100644
--- a/third_party/WebKit/Source/modules/storage/StorageNamespaceController.h
+++ b/third_party/WebKit/Source/modules/storage/StorageNamespaceController.h
@@ -29,8 +29,8 @@ public:
DECLARE_TRACE();
- InspectorDOMStorageAgent* inspectorAgent() { return m_inspectorAgent; }
- void setInspectorAgent(InspectorDOMStorageAgent* agent) { m_inspectorAgent = agent; }
+ InspectorDOMStorageAgent* inspectorAgent();
+ void setInspectorAgent(InspectorDOMStorageAgent*);
private:
explicit StorageNamespaceController(StorageClient*);
static const char* supplementName();

Powered by Google App Engine
This is Rietveld 408576698