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

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

Issue 14028014: Remove MicroData implementation (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Also delete all the tests Created 7 years, 8 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 | « Source/WebCore/dom/Element.cpp ('k') | Source/WebCore/dom/LiveNodeList.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/WebCore/dom/LiveNodeList.h
diff --git a/Source/WebCore/dom/LiveNodeList.h b/Source/WebCore/dom/LiveNodeList.h
index 2b2c6c8ceb9a54057cd9b60d11b71e4787fb7b3f..90b371dd0d5c4b2cb5c3a11c2d29d7005310ada1 100644
--- a/Source/WebCore/dom/LiveNodeList.h
+++ b/Source/WebCore/dom/LiveNodeList.h
@@ -180,10 +180,6 @@ ALWAYS_INLINE bool LiveNodeListBase::shouldInvalidateTypeOnAttributeChange(NodeL
case InvalidateOnHRefAttrChange:
return attrName == HTMLNames::hrefAttr;
case InvalidateOnItemAttrChange:
-#if ENABLE(MICRODATA)
- return attrName == HTMLNames::itemscopeAttr || attrName == HTMLNames::itempropAttr
- || attrName == HTMLNames::itemtypeAttr || attrName == HTMLNames::itemrefAttr || attrName == HTMLNames::idAttr;
-#endif // Intentionally fall through
case DoNotInvalidateOnAttributeChanges:
return false;
case InvalidateOnAnyAttrChange:
« no previous file with comments | « Source/WebCore/dom/Element.cpp ('k') | Source/WebCore/dom/LiveNodeList.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698