[webkit-reviews] review granted: [Bug 117165] REGRESSION: Undoing autocorrection doesn't prevent a future autocorrection : [Attachment 203624] Fixes the bug

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Jun 3 15:13:48 PDT 2013


Darin Adler <darin at apple.com> has granted Ryosuke Niwa <rniwa at webkit.org>'s
request for review:
Bug 117165: REGRESSION: Undoing autocorrection doesn't prevent a future
autocorrection
https://bugs.webkit.org/show_bug.cgi?id=117165

Attachment 203624: Fixes the bug
https://bugs.webkit.org/attachment.cgi?id=203624&action=review

------- Additional Comments from Darin Adler <darin at apple.com>
View in context: https://bugs.webkit.org/attachment.cgi?id=203624&action=review


> Source/WebCore/editing/SpellingCorrectionCommand.cpp:110
> +    applyCommandToComposite(ReplaceSelectionCommand::create(document(),
fragment, ReplaceSelectionCommand::MatchStyle, EditActionPaste));

should be fragment.release() here


More information about the webkit-reviews mailing list