Bug 127377 - uint causing problems on Windows
Summary: uint causing problems on Windows
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebCore Misc. (show other bugs)
Version: 528+ (Nightly build)
Hardware: PC Windows 7
: P5 Trivial
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-01-21 15:58 PST by Alex Christensen
Modified: 2014-01-21 22:31 PST (History)
7 users (show)

See Also:


Attachments
Patch (2.36 KB, patch)
2014-01-21 16:00 PST, Alex Christensen
no flags Details | Formatted Diff | Diff
Patch (2.37 KB, patch)
2014-01-21 20:31 PST, Alex Christensen
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Alex Christensen 2014-01-21 15:58:59 PST
There are a few places in the soup code that use uint instead of guint and it's causing problems when I'm playing with soup on Windows.
Comment 1 Alex Christensen 2014-01-21 16:00:10 PST
Created attachment 221801 [details]
Patch
Comment 2 Martin Robinson 2014-01-21 16:01:31 PST
Comment on attachment 221801 [details]
Patch

Probably a better choice is "unsigned int"
Comment 3 Alex Christensen 2014-01-21 20:31:36 PST
Created attachment 221823 [details]
Patch
Comment 4 Daniel Bates 2014-01-21 21:57:58 PST
Comment on attachment 221823 [details]
Patch

This patch looks straightforward to me and is consistent with Martin Robinson's suggestion (comment 2) to explicitly use unsigned instead of the typedef guint.
Comment 5 WebKit Commit Bot 2014-01-21 22:31:46 PST
Comment on attachment 221823 [details]
Patch

Clearing flags on attachment: 221823

Committed r162506: <http://trac.webkit.org/changeset/162506>
Comment 6 WebKit Commit Bot 2014-01-21 22:31:49 PST
All reviewed patches have been landed.  Closing bug.