Index: Source/WebCore/dom/StyledElement.cpp |
=================================================================== |
--- Source/WebCore/dom/StyledElement.cpp (revision 109779) |
+++ Source/WebCore/dom/StyledElement.cpp (working copy) |
@@ -228,6 +228,8 @@ |
} else if (attributeMap()) |
attributeMap()->clearClass(); |
setNeedsStyleRecalc(); |
+ document()->incDOMTreeVersion(); |
+ notifyNodeListsAttributeChanged(); |
} |
void StyledElement::parseMappedAttribute(Attribute* attr) |