Index: Source/core/dom/LiveNodeList.h |
diff --git a/Source/core/dom/LiveNodeList.h b/Source/core/dom/LiveNodeList.h |
index 9541358a52e9cf624969d7d79f964418a22ef59e..5b128c4af13428a78028a561a381314b87e63b5f 100644 |
--- a/Source/core/dom/LiveNodeList.h |
+++ b/Source/core/dom/LiveNodeList.h |
@@ -117,7 +117,6 @@ ALWAYS_INLINE bool LiveNodeListBase::shouldInvalidateTypeOnAttributeChange(NodeL |
|| attrName == HTMLNames::formAttr || attrName == HTMLNames::typeAttr; |
case InvalidateOnHRefAttrChange: |
return attrName == HTMLNames::hrefAttr; |
- case InvalidateOnItemAttrChange: |
case DoNotInvalidateOnAttributeChanges: |
return false; |
case InvalidateOnAnyAttrChange: |