Bug 143751

Summary: Fix Debug build error 'comparison of unsigned expression >= 0 is always true [-Werror=type-limits]'
Product: WebKit Reporter: Joonghun Park <jh718.park>
Component: WebCore Misc.Assignee: Joonghun Park <jh718.park>
Status: RESOLVED FIXED    
Severity: Normal CC: commit-queue, darin, gyuyoung.kim, ossy, rniwa, sabouhallawa
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Bug Depends on:    
Bug Blocks: 141570    
Attachments:
Description Flags
Patch none

Joonghun Park
Reported 2015-04-15 01:48:23 PDT
Fix Debug build error which is introduced by https://trac.webkit.org/r182828. 'first' is unsigned type variable so it doesn't needed.
Attachments
Patch (1.45 KB, patch)
2015-04-15 02:06 PDT, Joonghun Park
no flags
Joonghun Park
Comment 1 2015-04-15 02:06:42 PDT
Csaba Osztrogonác
Comment 2 2015-04-15 02:08:26 PDT
Comment on attachment 250782 [details] Patch LGTM, r=me.
WebKit Commit Bot
Comment 3 2015-04-15 02:53:33 PDT
Comment on attachment 250782 [details] Patch Clearing flags on attachment: 250782 Committed r182840: <http://trac.webkit.org/changeset/182840>
WebKit Commit Bot
Comment 4 2015-04-15 02:53:39 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.