[Webkit-unassigned] [Bug 71163] --webkit-visual-word enable it in cr-win by command line flag

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Nov 2 13:45:22 PDT 2011


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


Ryosuke Niwa <rniwa at webkit.org> changed:

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




--- Comment #14 from Ryosuke Niwa <rniwa at webkit.org>  2011-11-02 13:45:21 PST ---
(From update of attachment 113361)
View in context: https://bugs.webkit.org/attachment.cgi?id=113361&action=review

> Source/WebCore/editing/FrameSelection.cpp:638
> +        Settings* settings = m_frame ? m_frame->settings() : 0;
> +        if (settings && settings->visualWordMovementEnabled()) {

Please make this an inline helper function.

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