| 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 de90bae898644b6faa9898e565ddc3ab9d7c5829..4bcddb73c3af8a0e6742064383df6794c3a5a22e 100644
|
| --- a/third_party/WebKit/Source/core/inspector/InspectorDOMDebuggerAgent.h
|
| +++ b/third_party/WebKit/Source/core/inspector/InspectorDOMDebuggerAgent.h
|
| @@ -63,7 +63,7 @@ public:
|
| ~InspectorDOMDebuggerAgent() override;
|
| DECLARE_VIRTUAL_TRACE();
|
|
|
| - // DOMDebugger API for InspectorFrontend
|
| + // DOMDebugger API for frontend
|
| void setDOMBreakpoint(ErrorString*, int nodeId, const String& type) override;
|
| void removeDOMBreakpoint(ErrorString*, int nodeId, const String& type) override;
|
| void setEventListenerBreakpoint(ErrorString*, const String& eventName, const Maybe<String>& targetName) override;
|
|
|