[Webkit-unassigned] [Bug 47689] REGRESSION (r69548): Autocorrections are applied even after typing further characters in the word

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Oct 14 15:42:28 PDT 2010


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


Mark Rowe (bdash) <mrowe at apple.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #70785|review?, commit-queue?      |review-
               Flag|                            |




--- Comment #3 from Mark Rowe (bdash) <mrowe at apple.com>  2010-10-14 15:42:28 PST ---
(From update of attachment 70785)
View in context: https://bugs.webkit.org/attachment.cgi?id=70785&action=review

> WebCore/editing/Editor.cpp:2901
> +        m_rangeToBeReplacedByCorrection.release();

release() on a RefPtr returns a PassRefPtr and clears out the RefPtr.  This code isn’t interested in the return value of the release() method so it would be more obvious to call clear() instead.

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