Title: [122649] trunk/Source/WebCore
Revision
122649
Author
[email protected]
Date
2012-07-13 17:44:02 -0700 (Fri, 13 Jul 2012)

Log Message

Remove an assertion after r122637.

* dom/DynamicNodeList.h:
(WebCore::DynamicNodeListCacheBase::shouldInvalidateTypeOnAttributeChange):

Modified Paths

Diff

Modified: trunk/Source/WebCore/ChangeLog (122648 => 122649)


--- trunk/Source/WebCore/ChangeLog	2012-07-14 00:33:28 UTC (rev 122648)
+++ trunk/Source/WebCore/ChangeLog	2012-07-14 00:44:02 UTC (rev 122649)
@@ -1,3 +1,10 @@
+2012-07-13  Ryosuke Niwa  <[email protected]>
+
+        Remove an assertion after r122637.
+
+        * dom/DynamicNodeList.h:
+        (WebCore::DynamicNodeListCacheBase::shouldInvalidateTypeOnAttributeChange):
+
 2012-07-13  Pierre Rossi  <[email protected]>
 
         [Qt] Improve the mobile theme slightly

Modified: trunk/Source/WebCore/dom/DynamicNodeList.h (122648 => 122649)


--- trunk/Source/WebCore/dom/DynamicNodeList.h	2012-07-14 00:33:28 UTC (rev 122648)
+++ trunk/Source/WebCore/dom/DynamicNodeList.h	2012-07-14 00:44:02 UTC (rev 122649)
@@ -122,7 +122,6 @@
         return attrName == HTMLNames::itemscopeAttr || attrName == HTMLNames::itempropAttr || attrName == HTMLNames::itemtypeAttr;
 #endif // Intentionally fall through
     case DoNotInvalidateOnAttributeChanges:
-        ASSERT_NOT_REACHED();
         return false;
     case InvalidateOnAnyAttrChange:
         return true;
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to