[Webkit-unassigned] [Bug 112426] [WK2] Add support for selectTrailingWhitespaceEnabled setting
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Wed May 15 23:07:13 PDT 2013
https://bugs.webkit.org/show_bug.cgi?id=112426
Benjamin Poulain <benjamin at webkit.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Attachment #195954|review? |review-
Flag| |
--- Comment #6 from Benjamin Poulain <benjamin at webkit.org> 2013-05-15 23:05:39 PST ---
(From update of attachment 195954)
View in context: https://bugs.webkit.org/attachment.cgi?id=195954&action=review
I am confused. How does added two preferences, but not use them anywhere, fixes the tests?
> Source/WebKit2/WebProcess/WebPage/WebPage.cpp:3842
> +bool WebPage::isSelectTrailingWhitespaceEnabled()
> +{
> + return m_page->settings()->selectTrailingWhitespaceEnabled();
> +}
> +
> +void WebPage::setSelectTrailingWhitespaceEnabled(bool enabled)
> +{
> + m_page->settings()->setSelectTrailingWhitespaceEnabled(enabled);
> +}
> +
This code looks unused, am I missing something?
--
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