Bug 77678 - Don't use uint
Summary: Don't use uint
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKitGTK (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-02-02 13:19 PST by Kalev Lember
Modified: 2012-02-02 17:49 PST (History)
1 user (show)

See Also:


Attachments
Don't use uint (1.61 KB, patch)
2012-02-02 13:20 PST, Kalev Lember
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Kalev Lember 2012-02-02 13:19:29 PST
With the MingGW cross compiler toolchain in Fedora, uint wasn't
defined, so use unsigned int instead.
Comment 1 Kalev Lember 2012-02-02 13:20:05 PST
Created attachment 125174 [details]
Don't use uint
Comment 2 WebKit Review Bot 2012-02-02 17:49:44 PST
Comment on attachment 125174 [details]
Don't use uint

Clearing flags on attachment: 125174

Committed r106608: <http://trac.webkit.org/changeset/106608>
Comment 3 WebKit Review Bot 2012-02-02 17:49:48 PST
All reviewed patches have been landed.  Closing bug.