Index: Source/core/plugins/DOMPlugin.h |
diff --git a/Source/core/plugins/DOMPlugin.h b/Source/core/plugins/DOMPlugin.h |
index 9362816de8bbb3d3f24db23db65abc43238b02c8..e35b21de5b3b3c27c847dae633d636dddb96b51a 100644 |
--- a/Source/core/plugins/DOMPlugin.h |
+++ b/Source/core/plugins/DOMPlugin.h |
@@ -49,7 +49,6 @@ public: |
unsigned length() const; |
PassRefPtrWillBeRawPtr<DOMMimeType> item(unsigned index); |
- bool canGetItemsForName(const AtomicString& propertyName); |
PassRefPtrWillBeRawPtr<DOMMimeType> namedItem(const AtomicString& propertyName); |
virtual void trace(Visitor*) override; |