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