| Index: Source/core/plugins/DOMPluginArray.h
|
| diff --git a/Source/core/plugins/DOMPluginArray.h b/Source/core/plugins/DOMPluginArray.h
|
| index 106efc6e33d131bdc0a51c66d4584677092f30cd..38203a890fca8081c4dbc0a899d8024103e60cd6 100644
|
| --- a/Source/core/plugins/DOMPluginArray.h
|
| +++ b/Source/core/plugins/DOMPluginArray.h
|
| @@ -45,7 +45,6 @@ public:
|
|
|
| unsigned length() const;
|
| PassRefPtrWillBeRawPtr<DOMPlugin> item(unsigned index);
|
| - bool canGetItemsForName(const AtomicString& propertyName);
|
| PassRefPtrWillBeRawPtr<DOMPlugin> namedItem(const AtomicString& propertyName);
|
|
|
| void refresh(bool reload);
|
|
|