Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(205)

Unified Diff: core/workers/WorkerContext.idl

Issue 15643014: Blink IDL roll. (Closed) Base URL: http://dart.googlecode.com/svn/third_party/WebCore/
Patch Set: Created 7 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « core/testing/Internals.idl ('k') | core/workers/WorkerLocation.idl » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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
};
« no previous file with comments | « core/testing/Internals.idl ('k') | core/workers/WorkerLocation.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698