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

Description Charles Wei 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.
Comment 1 Charles Wei 2012-04-22 23:27:34 PDT
Created attachment 138296 [details]
Patch
Comment 2 WebKit Review Bot 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>
Comment 3 WebKit Review Bot 2012-04-23 19:01:37 PDT
All reviewed patches have been landed.  Closing bug.