| 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 c887f38b69bf6aaac61cc0ca660fbf106b36f2a9..51b7bd1994c1153fd51e2ad6c47634c90daa89b0 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 pausedOnStart);
|
|
|
| [Worker, PageConsole]
|
| void workerTerminated(ExecutionContext*, WorkerInspectorProxy* proxy);
|
|
|