| 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);
 | 
|  };
 | 
|  
 | 
| 
 |