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); |