Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(292)

Unified Diff: core/plugins/MimeType.idl

Issue 9889044: IDL roll to multivm 1266 (Closed) Base URL: https://dart.googlecode.com/svn/third_party/WebCore
Patch Set: Created 10 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Please Sign in to add in-line comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: core/plugins/MimeType.idl
diff --git a/core/plugins/DOMMimeType.idl b/core/plugins/MimeType.idl
similarity index 91%
rename from core/plugins/DOMMimeType.idl
rename to core/plugins/MimeType.idl
index 0e3bd43f6279d2fe50a3af2120c646a82fcf4fca..7af6fc1416d68082879406377db61cc8dc625fc1 100644
--- a/core/plugins/DOMMimeType.idl
+++ b/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
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b