Bug 84563

Summary: [BlackBerry] Build failure when DEBUG_FAT_FINGER is enabled
Product: WebKit Reporter: Charles Wei <charles.wei>
Component: WebKit BlackBerryAssignee: Charles Wei <charles.wei>
Status: RESOLVED FIXED    
Severity: Normal CC: tonikitoo, webkit.review.bot
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch none

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.