After rebasing to master_35, it appears as though some code has been moved around. Here, we were handling the TouchReleased event before calling spellcheck. This meant that when we finally got the call to spellcheck, the fatFinger result had been reset and the spelling markers had been removed. In addition, based on https://bugs.webkit.org/show_bug.cgi?id=66330 I am also updating the BlackBerry specific documentMarkerContainingPoint to use LayoutPoint instead of IntPoint.
Created attachment 138613 [details] Patch
Comment on attachment 138613 [details] Patch Clearing flags on attachment: 138613 Committed r115152: <http://trac.webkit.org/changeset/115152>
All reviewed patches have been landed. Closing bug.