| Index: core/workers/WorkerContext.idl
|
| ===================================================================
|
| --- core/workers/WorkerContext.idl (revision 23517)
|
| +++ core/workers/WorkerContext.idl (working copy)
|
| @@ -57,31 +57,7 @@
|
| optional boolean useCapture);
|
| [RaisesException] boolean dispatchEvent(Event evt);
|
|
|
| - // Constructors
|
| - attribute MessageEventConstructor MessageEvent;
|
| - attribute WorkerLocationConstructor WorkerLocation;
|
| -
|
| - attribute MessageChannelConstructor MessageChannel;
|
| - attribute EventSourceConstructor EventSource;
|
| - attribute XMLHttpRequestConstructor XMLHttpRequest;
|
| -
|
| - attribute BlobConstructor Blob;
|
| - attribute FileReaderConstructor FileReader;
|
| - attribute FileReaderSyncConstructor FileReaderSync;
|
| -
|
| - attribute URLConstructor URL;
|
| + // Additional constructors
|
| attribute URLConstructor webkitURL; // FIXME: deprecate this.
|
| -
|
| - attribute ArrayBufferConstructor ArrayBuffer; // Usable with new operator
|
| - attribute Int8ArrayConstructor Int8Array; // Usable with new operator
|
| - attribute Uint8ArrayConstructor Uint8Array; // Usable with new operator
|
| - attribute Uint8ClampedArrayConstructor Uint8ClampedArray; // Usable with new operator
|
| - attribute Int16ArrayConstructor Int16Array; // Usable with new operator
|
| - attribute Uint16ArrayConstructor Uint16Array; // Usable with new operator
|
| - attribute Int32ArrayConstructor Int32Array; // Usable with new operator
|
| - attribute Uint32ArrayConstructor Uint32Array; // Usable with new operator
|
| - attribute Float32ArrayConstructor Float32Array; // Usable with new operator
|
| - attribute Float64ArrayConstructor Float64Array; // Usable with new operator
|
| - attribute DataViewConstructor DataView; // Usable with new operator
|
| };
|
|
|
|
|