| Index: Source/core/workers/WorkerGlobalScope.idl
|
| diff --git a/Source/core/workers/WorkerGlobalScope.idl b/Source/core/workers/WorkerGlobalScope.idl
|
| index d61d48f19d0a8eb6a07a8964dda19629407d3e20..40018cb55df763d8e9d021b9aaee4cc0a53f66ff 100644
|
| --- a/Source/core/workers/WorkerGlobalScope.idl
|
| +++ b/Source/core/workers/WorkerGlobalScope.idl
|
| @@ -42,7 +42,7 @@
|
| [Replaceable] readonly attribute WorkerNavigator navigator;
|
|
|
| // Additional constructors
|
| - attribute URLConstructor webkitURL; // FIXME: deprecate this.
|
| + [MeasureAs=PrefixedWorkerURL] attribute URLConstructor webkitURL; // FIXME: deprecate this.
|
| };
|
|
|
| WorkerGlobalScope implements ImageBitmapFactories;
|
|
|