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

Unified Diff: Source/core/plugins/DOMPluginArray.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/DOMPluginArray.idl
diff --git a/Source/core/plugins/DOMPluginArray.idl b/Source/core/plugins/DOMPluginArray.idl
index 48e4319a792b7daa0ace935430c0f872d2a5ab37..08b9cab16ffb0309cfadb46f3126fdaf2fd9bc30 100644
--- a/Source/core/plugins/DOMPluginArray.idl
+++ b/Source/core/plugins/DOMPluginArray.idl
@@ -19,13 +19,12 @@
*/
[
- NamedGetter,
IndexedGetter,
InterfaceName=PluginArray
] interface DOMPluginArray {
readonly attribute unsigned long length;
DOMPlugin item([Default=Undefined] optional unsigned long index);
- DOMPlugin namedItem([Default=Undefined] optional DOMString name);
+ getter DOMPlugin namedItem([Default=Undefined] optional DOMString name);
void refresh([Default=Undefined] optional boolean reload);
};

Powered by Google App Engine
This is Rietveld 408576698