[webkit-reviews] review granted: [Bug 54435] Simplify CSSStyleSelector::canShareStyleWithElement : [Attachment 82417] Patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Feb 14 23:12:54 PST 2011


Kent Tamura <tkent at chromium.org> has granted Roland Steiner
<rolandsteiner at chromium.org>'s request for review:
Bug 54435: Simplify CSSStyleSelector::canShareStyleWithElement
https://bugs.webkit.org/show_bug.cgi?id=54435

Attachment 82417: Patch
https://bugs.webkit.org/attachment.cgi?id=82417&action=review

------- Additional Comments from Kent Tamura <tkent at chromium.org>
View in context: https://bugs.webkit.org/attachment.cgi?id=82417&action=review

> Source/WebCore/css/CSSStyleSelector.cpp:1104
> +    StyledElement* s = static_cast<StyledElement*>(n);

"s" and "n" are not good variable names.


More information about the webkit-reviews mailing list