Index: Source/core/plugins/MimeType.idl |
diff --git a/Source/core/plugins/DOMMimeType.idl b/Source/core/plugins/MimeType.idl |
similarity index 91% |
rename from Source/core/plugins/DOMMimeType.idl |
rename to Source/core/plugins/MimeType.idl |
index 0e3bd43f6279d2fe50a3af2120c646a82fcf4fca..7af6fc1416d68082879406377db61cc8dc625fc1 100644 |
--- a/Source/core/plugins/DOMMimeType.idl |
+++ b/Source/core/plugins/MimeType.idl |
@@ -19,11 +19,11 @@ |
*/ |
[ |
- InterfaceName=MimeType |
-] interface DOMMimeType { |
+ ImplementedAs=DOMMimeType |
+] interface MimeType { |
readonly attribute DOMString type; |
readonly attribute DOMString suffixes; |
readonly attribute DOMString description; |
- readonly attribute DOMPlugin enabledPlugin; |
+ readonly attribute Plugin enabledPlugin; |
}; |