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

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

Issue 461213002: Remove unused shouldOnlyIncludeDirectChildren (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 6 years, 4 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/dom/LiveNodeList.h
diff --git a/Source/core/dom/LiveNodeList.h b/Source/core/dom/LiveNodeList.h
index 71c41c41c9eca862b357e13d45eba72e63c42870..181ef1eb1139e8872413d8a68184a873d1289db9 100644
--- a/Source/core/dom/LiveNodeList.h
+++ b/Source/core/dom/LiveNodeList.h
@@ -48,8 +48,6 @@ public:
virtual void invalidateCache(Document* oldDocument = 0) const OVERRIDE FINAL;
void invalidateCacheForAttribute(const QualifiedName*) const;
- bool shouldOnlyIncludeDirectChildren() const { return false; }
-
// Collection IndexCache API.
bool canTraverseBackward() const { return true; }
Element* traverseToFirstElement() const;
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698