| Index: third_party/WebKit/Source/core/inspector/InspectorDOMAgent.cpp
|
| diff --git a/third_party/WebKit/Source/core/inspector/InspectorDOMAgent.cpp b/third_party/WebKit/Source/core/inspector/InspectorDOMAgent.cpp
|
| index 3417f3d5f661c322d8385e7fb968b17c2852492b..e2df6d65ef6eec754176fa23d9fad2b128ca461e 100644
|
| --- a/third_party/WebKit/Source/core/inspector/InspectorDOMAgent.cpp
|
| +++ b/third_party/WebKit/Source/core/inspector/InspectorDOMAgent.cpp
|
| @@ -242,7 +242,7 @@ bool InspectorDOMAgent::getPseudoElementType(PseudoId pseudoId, protocol::DOM::P
|
| }
|
|
|
| InspectorDOMAgent::InspectorDOMAgent(v8::Isolate* isolate, InspectedFrames* inspectedFrames, V8InspectorSession* v8Session, Client* client)
|
| - : InspectorBaseAgent<InspectorDOMAgent, protocol::Frontend::DOM>("DOM")
|
| + : InspectorBaseAgent<InspectorDOMAgent, protocol::DOM::Frontend>("DOM")
|
| , m_isolate(isolate)
|
| , m_inspectedFrames(inspectedFrames)
|
| , m_v8Session(v8Session)
|
|
|