Bug 84563 - [BlackBerry] Build failure when DEBUG_FAT_FINGER is enabled
Summary: [BlackBerry] Build failure when DEBUG_FAT_FINGER is enabled
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKit BlackBerry (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Charles Wei
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-04-22 23:10 PDT by Charles Wei
Modified: 2012-04-23 19:01 PDT (History)
2 users (show)

See Also:


Attachments
Patch (1.79 KB, patch)
2012-04-22 23:27 PDT, Charles Wei
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
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.