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

Unified Diff: Source/core/plugins/MimeType.idl

Issue 14676023: Remove DOM prefix from plugins IDL interfaces (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Fix build due to (unrelated) missing include in generated code 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/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;
};

Powered by Google App Engine
This is Rietveld 408576698