| Index: third_party/WebKit/Source/core/inspector/InspectorInstrumentation.idl
|
| diff --git a/third_party/WebKit/Source/core/inspector/InspectorInstrumentation.idl b/third_party/WebKit/Source/core/inspector/InspectorInstrumentation.idl
|
| index 673fe96bfc8333cfc2b50601a742ca2f55c1649e..fc335f7983d673c3cb89d1986a8714fc20de641b 100644
|
| --- a/third_party/WebKit/Source/core/inspector/InspectorInstrumentation.idl
|
| +++ b/third_party/WebKit/Source/core/inspector/InspectorInstrumentation.idl
|
| @@ -69,8 +69,7 @@ class WebSocketHandshakeResponse;
|
| class WorkerInspectorProxy;
|
| class XMLHttpRequest;
|
|
|
| - // We should call PageDebuggerAgent method first otherwise this method resets script cache and removes scripts executed by other agents.
|
| - [V8, Page, Animation]
|
| + [Page, Animation]
|
| void didClearDocumentOfWindowObject([Keep] LocalFrame*);
|
|
|
| [DOMDebugger]
|
| @@ -205,15 +204,12 @@ class XMLHttpRequest;
|
| [Network]
|
| void scriptImported(ExecutionContext*, unsigned long identifier, const String& sourceString);
|
|
|
| - [V8]
|
| + [DOMDebugger]
|
| void scriptExecutionBlockedByCSP(ExecutionContext*, const String& directiveText);
|
|
|
| [Network]
|
| void didReceiveScriptResponse(ExecutionContext*, unsigned long identifier);
|
|
|
| - [V8]
|
| - void didStartProvisionalLoad([Keep] LocalFrame*);
|
| -
|
| [DOM, Page]
|
| void domContentLoadedEventFired([Keep] LocalFrame*);
|
|
|
|
|