[Webkit-unassigned] [Bug 60246] Move burden of checking for BJustify box alignment into RenderStyle

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed May 4 22:02:48 PDT 2011


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





--- Comment #3 from Luke Macpherson <macpherson at chromium.org>  2011-05-04 22:02:48 PST ---
Last I checked the compiler was smart enough to inline these by default where it had access to the method body (which it always does here since it is in a header file.)

I didn't check it in this instance, but have checked it previously for equivalent code on OSX.

Moreover, observe that this function (which is not new) did not previously require the inline keyword.

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