| Index: Source/core/workers/WorkerContext.idl
|
| diff --git a/Source/core/workers/WorkerContext.idl b/Source/core/workers/WorkerContext.idl
|
| index d3153da5f00ad532d182120d0c9a6394b632a085..188b2857c40b9347cc245fa52613cdefb752a03c 100644
|
| --- a/Source/core/workers/WorkerContext.idl
|
| +++ b/Source/core/workers/WorkerContext.idl
|
| @@ -69,8 +69,8 @@
|
| attribute FileReaderConstructor FileReader;
|
| attribute FileReaderSyncConstructor FileReaderSync;
|
|
|
| - attribute DOMURLConstructor URL;
|
| - attribute DOMURLConstructor webkitURL; // FIXME: deprecate this.
|
| + attribute URLConstructor URL;
|
| + attribute URLConstructor webkitURL; // FIXME: deprecate this.
|
|
|
| attribute ArrayBufferConstructor ArrayBuffer; // Usable with new operator
|
| attribute Int8ArrayConstructor Int8Array; // Usable with new operator
|
|
|