[Webkit-unassigned] [Bug 21287] Clean up code that changes newStyle in setStyle()
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Thu Oct 2 13:04:18 PDT 2008
https://bugs.webkit.org/show_bug.cgi?id=21287
------- Comment #3 from darin at apple.com 2008-10-02 13:04 PDT -------
(From update of attachment 23997)
I don't think we should keep RenderTableSection::setStyle around just to do the
assertion.
+ if (e && (e->hasTagName(tdTag) || e->hasTagName(thTag))) {
This new code doesn't affect cases where CSS is used to turn an element into a
table cell. But the old code did. Is that OK?
--
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
More information about the webkit-unassigned
mailing list