| 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 db186350d08ff4bd30d2bd7622e4ca6b1116c479..e6cebb9a643c31453114008c0026b532952025e6 100644
|
| --- a/third_party/WebKit/Source/core/inspector/InspectorInstrumentation.idl
|
| +++ b/third_party/WebKit/Source/core/inspector/InspectorInstrumentation.idl
|
| @@ -247,7 +247,7 @@ class XMLHttpRequest;
|
| [Worker]
|
| void didStartWorker(ExecutionContext*, WorkerInspectorProxy* proxy, bool waitingForDebugger);
|
|
|
| - [Worker, PageConsole]
|
| + [Worker]
|
| void workerTerminated(ExecutionContext*, WorkerInspectorProxy* proxy);
|
|
|
| [Resource]
|
|
|