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 12dd769614454971f98c0bc261e790c7812e657c..704b333362d0501ddfada2be9687d87aa1041ced 100644 |
--- a/third_party/WebKit/Source/core/inspector/InspectorInstrumentation.idl |
+++ b/third_party/WebKit/Source/core/inspector/InspectorInstrumentation.idl |
@@ -342,7 +342,7 @@ |
void didFireAnimationFrame(const InspectorInstrumentationCookie&); |
[Worker] |
- void didStartWorker(ExecutionContext*, WorkerInspectorProxy* proxy, const KURL& url, bool waitingForDebugger); |
+ void didStartWorker(ExecutionContext*, WorkerInspectorProxy* proxy, const KURL& url); |
[Worker, PageConsole] |
void workerTerminated(ExecutionContext*, WorkerInspectorProxy* proxy); |
@@ -447,7 +447,7 @@ |
bool forcePseudoState([Keep] Element* element, CSSSelector::PseudoType pseudoState); |
[Worker, Inline=FastReturn] |
- bool shouldWaitForDebuggerOnWorkerStart(ExecutionContext* context); |
+ bool shouldPauseDedicatedWorkerOnStart(ExecutionContext* context); |
[Resource, Inline=FastReturn] |
bool shouldForceCORSPreflight(Document*); |