[Webkit-unassigned] [Bug 55571] [Refactoring] Auto correction panel should be handled by its own class.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Mar 17 01:04:25 PDT 2011


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





--- Comment #15 from Ryosuke Niwa <rniwa at webkit.org>  2011-03-17 01:04:25 PST ---
(From update of attachment 86040)
View in context: https://bugs.webkit.org/attachment.cgi?id=86040&action=review

> Source/WebCore/editing/Editor.cpp:1058
> +    , m_spellingCorrector(SpellingCorrectionController::create(frame))

Can we have if-def here instead?  It seems odd that create() returns 0 if correction controller is not supported.

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