[Webkit-unassigned] [Bug 99843] Maintain a list of active CSS stylesheets

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


https://bugs.webkit.org/show_bug.cgi?id=99843


Andreas Kling <kling at webkit.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
 Attachment #169654|review?                     |review+
               Flag|                            |




--- Comment #3 from Andreas Kling <kling at webkit.org>  2012-10-19 11:59:46 PST ---
(From update of attachment 169654)
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.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.


More information about the webkit-unassigned mailing list