http://trac.webkit.org/changeset/147994 revealed that when a misspelled word is autocorrected, only a marker for replacement is added, not of the type autocorrected.
Created attachment 197505 [details] Fixes the bug
Comment on attachment 197505 [details] Fixes the bug View in context: https://bugs.webkit.org/attachment.cgi?id=197505&action=review > Source/WebCore/editing/Editor.cpp:2303 > + i++; I like writing this as ++i
Comment on attachment 197505 [details] Fixes the bug Clearing flags on attachment: 197505 Committed r148221: <http://trac.webkit.org/changeset/148221>
All reviewed patches have been landed. Closing bug.