| Index: third_party/WebCore/inspector/InjectedScriptHost.idl
|
| diff --git a/third_party/WebCore/inspector/InjectedScriptHost.idl b/third_party/WebCore/inspector/InjectedScriptHost.idl
|
| index 54f080f2c3aaa4f3c326d0da4b2678dc2615f848..71b88b137fe245fa1261a64351f7e78833540071 100644
|
| --- a/third_party/WebCore/inspector/InjectedScriptHost.idl
|
| +++ b/third_party/WebCore/inspector/InjectedScriptHost.idl
|
| @@ -47,11 +47,6 @@ module core {
|
|
|
| [Custom] DOMString databaseId(in DOMObject database);
|
| [Custom] DOMString storageId(in DOMObject storage);
|
| -
|
| -#if defined(ENABLE_WORKERS) && ENABLE_WORKERS
|
| - void didCreateWorker(in long id, in DOMString url, in boolean isFakeWorker);
|
| - void didDestroyWorker(in long id);
|
| - long nextWorkerId();
|
| -#endif
|
| };
|
| }
|
| +
|
|
|