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(); |