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

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

Issue 14044026: Ready for latest WebIDL for named property getters. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink@master
Patch Set: removed debug code Created 7 years, 8 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/DOMPlugin.idl
diff --git a/Source/core/plugins/DOMPlugin.idl b/Source/core/plugins/DOMPlugin.idl
index 33ae079eb9291fd9fefc3ae79b0d97e38c48d36a..f4ac45c5d0d3c9f775614be1765e444d18fa98ba 100644
--- a/Source/core/plugins/DOMPlugin.idl
+++ b/Source/core/plugins/DOMPlugin.idl
@@ -19,7 +19,6 @@
*/
[
- NamedGetter,
IndexedGetter,
InterfaceName=Plugin
] interface DOMPlugin {
@@ -28,6 +27,6 @@
readonly attribute DOMString description;
readonly attribute unsigned long length;
DOMMimeType item([Default=Undefined] optional unsigned long index);
- DOMMimeType namedItem([Default=Undefined] optional DOMString name);
+ getter DOMMimeType namedItem([Default=Undefined] optional DOMString name);
};

Powered by Google App Engine
This is Rietveld 408576698