Chromium Code Reviews| Index: Source/WebCore/dom/Element.cpp |
| =================================================================== |
| --- Source/WebCore/dom/Element.cpp (revision 122880) |
| +++ Source/WebCore/dom/Element.cpp (working copy) |
| @@ -677,7 +677,7 @@ |
| old->setValue(value); |
| if (inUpdateStyleAttribute == NotInUpdateStyleAttribute) |
| - didModifyAttribute(*old); |
| + didModifyAttribute(Attribute(old->name(), old->value())); |
| } |
| void Element::attributeChanged(const Attribute& attribute) |