Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(841)

Unified Diff: Source/core/dom/EmptyNodeList.h

Issue 144313014: Remove NodeList's anonymous named getter (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Another clang build fix Created 6 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « LayoutTests/fast/dom/childnode-item-after-itemname-expected.txt ('k') | Source/core/dom/LiveNodeList.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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; }
« no previous file with comments | « LayoutTests/fast/dom/childnode-item-after-itemname-expected.txt ('k') | Source/core/dom/LiveNodeList.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698