| Index: third_party/WebKit/Source/modules/storage/InspectorDOMStorageAgent.cpp
|
| diff --git a/third_party/WebKit/Source/modules/storage/InspectorDOMStorageAgent.cpp b/third_party/WebKit/Source/modules/storage/InspectorDOMStorageAgent.cpp
|
| index 942c063bda90e5478a3702f527348dad5dc9bf74..d217ed64b8ba99fdd54eefdf212455682d1bdd76 100644
|
| --- a/third_party/WebKit/Source/modules/storage/InspectorDOMStorageAgent.cpp
|
| +++ b/third_party/WebKit/Source/modules/storage/InspectorDOMStorageAgent.cpp
|
| @@ -65,8 +65,7 @@ static bool hadException(ExceptionState& exceptionState, ErrorString* errorStrin
|
| }
|
|
|
| InspectorDOMStorageAgent::InspectorDOMStorageAgent(Page* page)
|
| - : InspectorBaseAgent<InspectorDOMStorageAgent, protocol::DOMStorage::Frontend>("DOMStorage")
|
| - , m_page(page)
|
| + : m_page(page)
|
| , m_isEnabled(false)
|
| {
|
| }
|
|
|