When DEBUG_FAT_FINGER enabled, it tries to log the screenFingerRect through the IntRect::toString(), but IntRect::toString is not upstreamed and will not. So we need to just use IntRect::x(), y(), width(), height() for logging.
Created attachment 138296 [details] Patch
Comment on attachment 138296 [details] Patch Clearing flags on attachment: 138296 Committed r114984: <http://trac.webkit.org/changeset/114984>
All reviewed patches have been landed. Closing bug.