Bug 88130

Summary: [BlackBerry] Fix the return value checking in SelectPopupClient
Product: WebKit Reporter: Crystal Zhang <haizhang>
Component: WebKit BlackBerryAssignee: Nobody <webkit-unassigned>
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 Crystal Zhang 2012-06-01 13:33:06 PDT
In SelectPopupClient, return '1' means selected, '0' means not selected, the ASCII value of '0' is 48, not 32, use '0' to be more readable.
Comment 1 Crystal Zhang 2012-06-01 13:36:52 PDT
Created attachment 145370 [details]
patch
Comment 2 Rob Buis 2012-06-01 13:46:46 PDT
Comment on attachment 145370 [details]
patch

Looks good.
Comment 3 WebKit Review Bot 2012-06-01 15:34:47 PDT
Comment on attachment 145370 [details]
patch

Clearing flags on attachment: 145370

Committed r119290: <http://trac.webkit.org/changeset/119290>
Comment 4 WebKit Review Bot 2012-06-01 15:34:51 PDT
All reviewed patches have been landed.  Closing bug.