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; |