Index: Source/core/dom/ContainerNode.h |
diff --git a/Source/core/dom/ContainerNode.h b/Source/core/dom/ContainerNode.h |
index c23523427f589018ac24c004ef6447bee9c136ec..97c17e579439f26812cefa4ac4a8f16e5d6395aa 100644 |
--- a/Source/core/dom/ContainerNode.h |
+++ b/Source/core/dom/ContainerNode.h |
@@ -178,6 +178,8 @@ public: |
protected: |
ContainerNode(TreeScope*, ConstructionType = CreateContainer); |
+ void invalidateNodeListCachesInAncestors(const QualifiedName* attrName = 0, Element* attributeOwnerElement = 0); |
+ |
#if !ENABLE(OILPAN) |
void removeDetachedChildren(); |
#endif |