RESOLVED FIXED84563
[BlackBerry] Build failure when DEBUG_FAT_FINGER is enabled
https://bugs.webkit.org/show_bug.cgi?id=84563
Summary [BlackBerry] Build failure when DEBUG_FAT_FINGER is enabled
Charles Wei
Reported 2012-04-22 23:10:54 PDT
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.
Attachments
Patch (1.79 KB, patch)
2012-04-22 23:27 PDT, Charles Wei
no flags
Charles Wei
Comment 1 2012-04-22 23:27:34 PDT
WebKit Review Bot
Comment 2 2012-04-23 19:01:28 PDT
Comment on attachment 138296 [details] Patch Clearing flags on attachment: 138296 Committed r114984: <http://trac.webkit.org/changeset/114984>
WebKit Review Bot
Comment 3 2012-04-23 19:01:37 PDT
All reviewed patches have been landed. Closing bug.
Note You need to log in before you can comment on or make changes to this bug.