| 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 04c4e7615d3616aa873b9eb99c8d020dc076728f..5474fa2b73fb19c4e640ac4f47cd7bb55e9d8f1c 100644
|
| --- a/third_party/WebKit/Source/core/inspector/InspectorDOMDebuggerAgent.h
|
| +++ b/third_party/WebKit/Source/core/inspector/InspectorDOMDebuggerAgent.h
|
| @@ -110,6 +110,9 @@ private:
|
| void pauseOnNativeEventIfNeeded(PassRefPtr<JSONObject> eventData, bool synchronous);
|
| PassRefPtr<JSONObject> preparePauseOnNativeEventData(const String& eventName, const String* targetName);
|
|
|
| + PassRefPtr<JSONObject> eventListenerBreakpoints();
|
| + PassRefPtr<JSONObject> xhrBreakpoints();
|
| +
|
| void descriptionForDOMEvent(Node* target, int breakpointType, bool insertion, JSONObject* description);
|
| void updateSubtreeBreakpoints(Node*, uint32_t rootMask, bool set);
|
| bool hasBreakpoint(Node*, int type);
|
|
|