RESOLVED FIXED 73050
Change CSSMutableStyleDeclaration::m_node to m_element (along with getter/setter)
https://bugs.webkit.org/show_bug.cgi?id=73050
Summary Change CSSMutableStyleDeclaration::m_node to m_element (along with getter/set...
Rafael Weinstein
Reported 2011-11-23 14:04:34 PST
It is always set as an element, and clients often have to re-cast to an element
Attachments
Patch (14.63 KB, patch)
2011-11-23 14:06 PST, Rafael Weinstein
no flags
Patch (15.30 KB, patch)
2011-11-23 15:08 PST, Rafael Weinstein
no flags
Patch (15.50 KB, patch)
2011-11-23 15:21 PST, Rafael Weinstein
no flags
Rafael Weinstein
Comment 1 2011-11-23 14:06:23 PST
Ryosuke Niwa
Comment 2 2011-11-23 14:27:48 PST
Comment on attachment 116423 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=116423&action=review > Source/WebCore/css/CSSMutableStyleDeclaration.h:181 > - Node* m_node; > + Element* m_element; Why not StyledElement?
Early Warning System Bot
Comment 3 2011-11-23 14:28:13 PST
Collabora GTK+ EWS bot
Comment 4 2011-11-23 14:45:40 PST
Rafael Weinstein
Comment 5 2011-11-23 15:05:32 PST
Comment on attachment 116423 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=116423&action=review >> Source/WebCore/css/CSSMutableStyleDeclaration.h:181 >> + Element* m_element; > > Why not StyledElement? good call. done
Rafael Weinstein
Comment 6 2011-11-23 15:08:09 PST
Early Warning System Bot
Comment 7 2011-11-23 15:18:59 PST
Rafael Weinstein
Comment 8 2011-11-23 15:21:55 PST
WebKit Review Bot
Comment 9 2011-11-23 18:45:18 PST
Comment on attachment 116443 [details] Patch Clearing flags on attachment: 116443 Committed r101116: <http://trac.webkit.org/changeset/101116>
WebKit Review Bot
Comment 10 2011-11-23 18:45:24 PST
All reviewed patches have been landed. Closing bug.
Note You need to log in before you can comment on or make changes to this bug.