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

Unified Diff: Source/core/html/URL.idl

Issue 14882009: Remove DOM prefix from several IDL interfaces (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Rebase on master 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
« no previous file with comments | « Source/core/html/FormData.idl ('k') | Source/core/page/DOMSecurityPolicy.idl » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/html/URL.idl
diff --git a/Source/core/html/DOMURL.idl b/Source/core/html/URL.idl
similarity index 97%
rename from Source/core/html/DOMURL.idl
rename to Source/core/html/URL.idl
index 6ab154cf37134cf17d33757e1f267b487612a257..399e66485f692f3cbe1e34de69ec1ca425c9fac0 100644
--- a/Source/core/html/DOMURL.idl
+++ b/Source/core/html/URL.idl
@@ -26,9 +26,9 @@
[
Constructor,
- InterfaceName=URL,
+ ImplementedAs=DOMURL,
ImplementationLacksVTable
-] interface DOMURL {
+] interface URL {
[EnabledAtRuntime=webKitMediaSource,CallWith=ScriptExecutionContext,TreatReturnedNullStringAs=Null] static DOMString createObjectURL(WebKitMediaSource? source);
[CallWith=ScriptExecutionContext,TreatReturnedNullStringAs=Null] static DOMString createObjectURL(MediaStream? stream);
[CallWith=ScriptExecutionContext,TreatReturnedNullStringAs=Null] static DOMString createObjectURL(Blob? blob);
« no previous file with comments | « Source/core/html/FormData.idl ('k') | Source/core/page/DOMSecurityPolicy.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698