| 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 d4a91952ed82895ab2488e342aa3d85df34c0a8d..849bcb6163c501e4fbf027960adc20c6c31b3618 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();
|
| - void setInspectorAgent(InspectorDOMStorageAgent*);
|
| + InspectorDOMStorageAgent* inspectorAgent() { return m_inspectorAgent; }
|
| + void setInspectorAgent(InspectorDOMStorageAgent* agent) { m_inspectorAgent = agent; }
|
| private:
|
| explicit StorageNamespaceController(StorageClient*);
|
| static const char* supplementName();
|
|
|