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