Title: [122881] branches/chromium/1180/Source/WebCore/dom/Element.cpp
- Revision
- 122881
- Author
- [email protected]
- Date
- 2012-07-17 15:34:34 -0700 (Tue, 17 Jul 2012)
Log Message
Merge 122188
BUG=135698
Review URL: https://chromiumcodereview.appspot.com/10783039
Modified Paths
Diff
Modified: branches/chromium/1180/Source/WebCore/dom/Element.cpp (122880 => 122881)
--- branches/chromium/1180/Source/WebCore/dom/Element.cpp 2012-07-17 22:22:12 UTC (rev 122880)
+++ branches/chromium/1180/Source/WebCore/dom/Element.cpp 2012-07-17 22:34:34 UTC (rev 122881)
@@ -677,7 +677,7 @@
old->setValue(value);
if (inUpdateStyleAttribute == NotInUpdateStyleAttribute)
- didModifyAttribute(*old);
+ didModifyAttribute(Attribute(old->name(), old->value()));
}
void Element::attributeChanged(const Attribute& attribute)
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo/webkit-changes