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

Unified Diff: Source/core/workers/WorkerContext.idl

Issue 14882009: Remove DOM prefix from several IDL interfaces (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 7 years, 7 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
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

Powered by Google App Engine
This is Rietveld 408576698