| Index: Source/core/dom/StaticNodeList.h
|
| diff --git a/Source/core/dom/StaticNodeList.h b/Source/core/dom/StaticNodeList.h
|
| index e94336d4778b80a14b81ba244c0411be996269e4..5fad9de1ce8053831f769e5a5f2a54eb3185e449 100644
|
| --- a/Source/core/dom/StaticNodeList.h
|
| +++ b/Source/core/dom/StaticNodeList.h
|
| @@ -55,7 +55,6 @@ public:
|
|
|
| virtual unsigned length() const OVERRIDE;
|
| virtual Node* item(unsigned index) const OVERRIDE;
|
| - virtual Node* namedItem(const AtomicString&) const OVERRIDE;
|
|
|
| private:
|
| Vector<RefPtr<Node> > m_nodes;
|
|
|