Bug 111164 - [JSC] Fix sign comparison warning/error after r144340.
Summary: [JSC] Fix sign comparison warning/error after r144340.
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: JavaScriptCore (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Raphael Kubo da Costa (:rakuco)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-03-01 04:46 PST by Raphael Kubo da Costa (:rakuco)
Modified: 2013-03-01 07:12 PST (History)
3 users (show)

See Also:


Attachments
Patch (1.54 KB, patch)
2013-03-01 04:48 PST, Raphael Kubo da Costa (:rakuco)
mhahnenberg: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Raphael Kubo da Costa (:rakuco) 2013-03-01 04:46:21 PST
[JSC] Fix sign comparison warning/error after r144340.
Comment 1 Raphael Kubo da Costa (:rakuco) 2013-03-01 04:48:06 PST
Created attachment 190937 [details]
Patch
Comment 2 Mark Hahnenberg 2013-03-01 07:09:05 PST
Comment on attachment 190937 [details]
Patch

r=me
Comment 3 Raphael Kubo da Costa (:rakuco) 2013-03-01 07:12:14 PST
Committed r144452: <http://trac.webkit.org/changeset/144452>