| Index: third_party/WebKit/Source/modules/storage/InspectorDOMStorageAgent.h
|
| diff --git a/third_party/WebKit/Source/modules/storage/InspectorDOMStorageAgent.h b/third_party/WebKit/Source/modules/storage/InspectorDOMStorageAgent.h
|
| index b94afc1b8a085b274080c9e779ca490b48be0e96..adecb5267e5f32003f42a28fb415c9c7d0dc94ce 100644
|
| --- a/third_party/WebKit/Source/modules/storage/InspectorDOMStorageAgent.h
|
| +++ b/third_party/WebKit/Source/modules/storage/InspectorDOMStorageAgent.h
|
| @@ -47,7 +47,7 @@ class DictionaryValue;
|
| }
|
|
|
|
|
| -class MODULES_EXPORT InspectorDOMStorageAgent final : public InspectorBaseAgent<InspectorDOMStorageAgent, protocol::DOMStorage::Frontend>, public protocol::DOMStorage::Backend {
|
| +class MODULES_EXPORT InspectorDOMStorageAgent final : public InspectorBaseAgent<protocol::DOMStorage::Metainfo> {
|
| public:
|
| static InspectorDOMStorageAgent* create(Page* page)
|
| {
|
|
|