[Webkit-unassigned] [Bug 80794] :first-line pseudo selector ignoring words created from :before

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Oct 5 02:02:05 PDT 2012


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





--- Comment #23 from Elliott Sprehn <esprehn at chromium.org>  2012-10-05 02:02:31 PST ---
(From update of attachment 167255)
View in context: https://bugs.webkit.org/attachment.cgi?id=167255&action=review

> Source/WebCore/rendering/RenderObject.cpp:2607
> +static PassRefPtr<RenderStyle> firstLineStyleForCachedUncachedType(StyleCacheState type, const RenderObject* renderer, RenderStyle* style)

This method name is confusing. Instead rename firstLineStyleSlowCase to cachedFirstLineStyle and fix the one usage of it in the header and then rename this firstLineStyle(type,renderer,style)

-- 
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