Chromium Code Reviews| Index: Source/WebCore/dom/StyledElement.cpp |
| =================================================================== |
| --- Source/WebCore/dom/StyledElement.cpp (revision 109478) |
| +++ Source/WebCore/dom/StyledElement.cpp (working copy) |
| @@ -221,7 +221,6 @@ |
| } else if (attributeMap()) |
| attributeMap()->clearClass(); |
| setNeedsStyleRecalc(); |
| - dispatchSubtreeModifiedEvent(); |
| } |
| void StyledElement::parseMappedAttribute(Attribute* attr) |