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 431b22293cdfd94cdc3c73d9a08dea22a333c60a..65a8b5001ac15bc4a02bf217194f576b58c6dd48 100644 |
--- a/third_party/WebKit/Source/core/inspector/InspectorInstrumentation.idl |
+++ b/third_party/WebKit/Source/core/inspector/InspectorInstrumentation.idl |
@@ -257,24 +257,6 @@ class XMLHttpRequest; |
[Worker, PageConsole] |
void workerTerminated(ExecutionContext*, WorkerInspectorProxy* proxy); |
- [V8] |
- void willProcessTask(WorkerGlobalScope*); |
- |
- [V8] |
- void didProcessTask(WorkerGlobalScope*); |
- |
- [V8] |
- void willProcessTask(LocalFrame*); |
- |
- [V8] |
- void didProcessTask(LocalFrame*); |
- |
- [V8] |
- void willEnterNestedRunLoop(WorkerGlobalScope*); |
- |
- [V8] |
- void didLeaveNestedRunLoop(WorkerGlobalScope*); |
- |
[Resource] |
void didCreateWebSocket([Keep] Document*, unsigned long identifier, const KURL& requestURL, const String& protocol); |