| Index: Source/core/dom/EmptyNodeList.h
|
| diff --git a/Source/core/dom/EmptyNodeList.h b/Source/core/dom/EmptyNodeList.h
|
| index a505aaa08b04f48bee3903622ddfb89667554516..7c26d6064aa953a707e47a70926dc260b206f9f0 100644
|
| --- a/Source/core/dom/EmptyNodeList.h
|
| +++ b/Source/core/dom/EmptyNodeList.h
|
| @@ -51,7 +51,6 @@ private:
|
|
|
| virtual unsigned length() const OVERRIDE { return 0; }
|
| virtual Node* item(unsigned) const OVERRIDE { return 0; }
|
| - virtual Node* namedItem(const AtomicString&) const OVERRIDE { return 0; }
|
|
|
| virtual bool isEmptyNodeList() const OVERRIDE { return true; }
|
|
|
|
|