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

Unified Diff: third_party/WebCore/workers/WorkerContext.idl

Issue 10825350: Roll IDL to multivm@762 (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 8 years, 4 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 | « third_party/WebCore/testing/Internals.idl ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebCore/workers/WorkerContext.idl
diff --git a/third_party/WebCore/workers/WorkerContext.idl b/third_party/WebCore/workers/WorkerContext.idl
index 65a64fdc0fd6d774848ccfebd7c15d928f5a854e..f96a853cab0e9c8e31282c76f872989a15816c2e 100644
--- a/third_party/WebCore/workers/WorkerContext.idl
+++ b/third_party/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
« no previous file with comments | « third_party/WebCore/testing/Internals.idl ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698