| Index: Source/core/workers/WorkerGlobalScope.idl
|
| diff --git a/Source/core/workers/WorkerGlobalScope.idl b/Source/core/workers/WorkerGlobalScope.idl
|
| index 195fd7a796ad94d4723d81dbec16441c76ecfca6..ced2f23a456d582e07fdb5de0f84bf71104da396 100644
|
| --- a/Source/core/workers/WorkerGlobalScope.idl
|
| +++ b/Source/core/workers/WorkerGlobalScope.idl
|
| @@ -46,6 +46,5 @@
|
| [MeasureAs=PrefixedWorkerURL] attribute URLConstructor webkitURL; // FIXME: deprecate this.
|
| };
|
|
|
| -WorkerGlobalScope implements ImageBitmapFactories;
|
| WorkerGlobalScope implements WindowBase64;
|
| WorkerGlobalScope implements WindowTimers;
|
|
|