summaryrefslogtreecommitdiff
path: root/Source/WebCore/workers/WorkerContext.idl
diff options
context:
space:
mode:
Diffstat (limited to 'Source/WebCore/workers/WorkerContext.idl')
-rw-r--r--Source/WebCore/workers/WorkerContext.idl3
1 files changed, 2 insertions, 1 deletions
diff --git a/Source/WebCore/workers/WorkerContext.idl b/Source/WebCore/workers/WorkerContext.idl
index 65a64fdc0..f96a853ca 100644
--- a/Source/WebCore/workers/WorkerContext.idl
+++ b/Source/WebCore/workers/WorkerContext.idl
@@ -89,7 +89,8 @@ module threads {
attribute FileReaderSyncConstructor FileReaderSync;
#endif
- attribute [Conditional=BLOB] DOMURLConstructor webkitURL;
+ attribute [Conditional=BLOB] DOMURLConstructor URL;
+ attribute [Conditional=BLOB] DOMURLConstructor webkitURL; // FIXME: deprecate this.
attribute ArrayBufferConstructor ArrayBuffer; // Usable with new operator
attribute Int8ArrayConstructor Int8Array; // Usable with new operator