[webkit-reviews] review granted: [Bug 99843] Maintain a list of active CSS stylesheets : [Attachment 169654] patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Oct 19 11:58:49 PDT 2012


Andreas Kling <kling at webkit.org> has granted Antti Koivisto <koivisto at iki.fi>'s
request for review:
Bug 99843: Maintain a list of active CSS stylesheets
https://bugs.webkit.org/show_bug.cgi?id=99843

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

------- Additional Comments from Andreas Kling <kling at webkit.org>
View in context: https://bugs.webkit.org/attachment.cgi?id=169654&action=review


Yup, this is nicer.

> Source/WebCore/css/StyleResolver.cpp:408
> -void StyleResolver::appendAuthorStylesheets(unsigned firstNew, const
Vector<RefPtr<StyleSheet> >& stylesheets)
> +void StyleResolver::appendAuthorStylesheets(unsigned firstNew, const
Vector<RefPtr<CSSStyleSheet> >& styleSheets)

Stylesheets vs styleSheets in function name vs parameter name.


More information about the webkit-reviews mailing list