| 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 a528d2af10181bb4201a6a178f36c6016b2af848..fbab05da7efbcd1fd42ab9c2a017f147adce20a0 100644
|
| --- a/third_party/WebKit/Source/core/inspector/InspectorDOMDebuggerAgent.h
|
| +++ b/third_party/WebKit/Source/core/inspector/InspectorDOMDebuggerAgent.h
|
| @@ -81,7 +81,7 @@ public:
|
| void willRemoveDOMNode(Node*);
|
| void didRemoveDOMNode(Node*);
|
| void willModifyDOMAttr(Element*, const AtomicString&, const AtomicString&);
|
| - void willSendXMLHttpRequest(const String& url);
|
| + void willSendXMLHttpOrFetchNetworkRequest(const String& url);
|
| void didFireWebGLError(const String& errorName);
|
| void didFireWebGLWarning();
|
| void didFireWebGLErrorOrWarning(const String& message);
|
|
|