Index: Source/core/dom/Document.h |
diff --git a/Source/core/dom/Document.h b/Source/core/dom/Document.h |
index b3024ae416b67fa73bcfbf6e131f309062f6b101..1d40628f3ef6bc3c2ae5df5e896cad6f3cc1365e 100644 |
--- a/Source/core/dom/Document.h |
+++ b/Source/core/dom/Document.h |
@@ -191,7 +191,6 @@ enum NodeListInvalidationType { |
InvalidateOnForAttrChange, |
InvalidateForFormControls, |
InvalidateOnHRefAttrChange, |
- InvalidateOnItemAttrChange, |
InvalidateOnAnyAttrChange, |
}; |
const int numNodeListInvalidationTypes = InvalidateOnAnyAttrChange + 1; |