[Webkit-unassigned] [Bug 38603] Expose the editing behavior setting in DRT to test all editing code paths

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu May 13 20:42:56 PDT 2010


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





--- Comment #21 from Darin Fisher (:fishd, Google) <fishd at chromium.org>  2010-05-13 20:42:54 PST ---
(From update of attachment 56026)
WebKit/chromium/src/WebSettingsImpl.cpp:274
 +      m_settings->setEditingBehavior(static_cast<WebCore::EditingBehavior>(behavior));
nit: no need for WebCore:: prefix given the using directive at the top of the file.

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