Bug 77678

Summary: Don't use uint
Product: WebKit Reporter: Kalev Lember <kalevlember>
Component: WebKitGTKAssignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Normal CC: webkit.review.bot
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Don't use uint none

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.