| 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 431f2ea92b3427e92e105a080a2eb3239559f5e1..260ac4977ca5393ee668981683b56e43a3818b69 100644
|
| --- a/third_party/WebKit/Source/core/inspector/InspectorInstrumentation.idl
|
| +++ b/third_party/WebKit/Source/core/inspector/InspectorInstrumentation.idl
|
| @@ -336,7 +336,7 @@ interface InspectorInstrumentation {
|
| void didFireAnimationFrame(const InspectorInstrumentationCookie&);
|
|
|
| [Worker]
|
| - void didStartWorker(ExecutionContext*, WorkerInspectorProxy* proxy, const KURL& url, bool waitingForDebugger);
|
| + void didStartWorker(ExecutionContext*, WorkerInspectorProxy* proxy, bool waitingForDebugger);
|
|
|
| [Worker, PageConsole]
|
| void workerTerminated(ExecutionContext*, WorkerInspectorProxy* proxy);
|
|
|