| Index: third_party/WebKit/Source/core/inspector/InspectorDOMDebuggerAgent.h
|
| diff --git a/third_party/WebKit/Source/core/inspector/InspectorDOMDebuggerAgent.h b/third_party/WebKit/Source/core/inspector/InspectorDOMDebuggerAgent.h
|
| index 90ea646b43beea7ae69cfa28acfae878bf4e0533..de90bae898644b6faa9898e565ddc3ab9d7c5829 100644
|
| --- a/third_party/WebKit/Source/core/inspector/InspectorDOMDebuggerAgent.h
|
| +++ b/third_party/WebKit/Source/core/inspector/InspectorDOMDebuggerAgent.h
|
| @@ -35,6 +35,7 @@
|
| #include "core/CoreExport.h"
|
| #include "core/inspector/InspectorBaseAgent.h"
|
| #include "core/inspector/InspectorDOMAgent.h"
|
| +#include "core/inspector/protocol/DOMDebugger.h"
|
| #include "wtf/HashMap.h"
|
| #include "wtf/PassOwnPtr.h"
|
| #include "wtf/text/WTFString.h"
|
| @@ -71,7 +72,7 @@ public:
|
| void removeInstrumentationBreakpoint(ErrorString*, const String& eventName) override;
|
| void setXHRBreakpoint(ErrorString*, const String& url) override;
|
| void removeXHRBreakpoint(ErrorString*, const String& url) override;
|
| - void getEventListeners(ErrorString*, const String16& objectId, std::unique_ptr<protocol::Array<protocol::DOMDebugger::EventListener>>* listeners) override;
|
| + void getEventListeners(ErrorString*, const String& objectId, std::unique_ptr<protocol::Array<protocol::DOMDebugger::EventListener>>* listeners) override;
|
|
|
| // InspectorInstrumentation API
|
| void willInsertDOMNode(Node* parent);
|
|
|