Bug 143751 - Fix Debug build error 'comparison of unsigned expression >= 0 is always true [-Werror=type-limits]'
Summary: Fix Debug build error 'comparison of unsigned expression >= 0 is always true ...
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebCore Misc. (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Joonghun Park
URL:
Keywords:
Depends on:
Blocks: 141570
  Show dependency treegraph
 
Reported: 2015-04-15 01:48 PDT by Joonghun Park
Modified: 2015-04-15 02:53 PDT (History)
6 users (show)

See Also:


Attachments
Patch (1.45 KB, patch)
2015-04-15 02:06 PDT, Joonghun Park
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Joonghun Park 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.
Comment 1 Joonghun Park 2015-04-15 02:06:42 PDT
Created attachment 250782 [details]
Patch
Comment 2 Csaba Osztrogonác 2015-04-15 02:08:26 PDT
Comment on attachment 250782 [details]
Patch

LGTM, r=me.
Comment 3 WebKit Commit Bot 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>
Comment 4 WebKit Commit Bot 2015-04-15 02:53:39 PDT
All reviewed patches have been landed.  Closing bug.