[webkit-reviews] review denied: [Bug 35546] Don't use uint that does not exist on Windows, but unsigned that is present in all ANSI C : [Attachment 49753] Patch replacing uint by unsigned

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Mar 1 15:12:56 PST 2010


David Levin <levin at chromium.org> has denied Fridrich Strba
<fridrich.strba at bluewin.ch>'s request for review:
Bug 35546: Don't use uint that does not exist on Windows, but unsigned that is
present in all ANSI C
https://bugs.webkit.org/show_bug.cgi?id=35546

Attachment 49753: Patch replacing uint by unsigned
https://bugs.webkit.org/attachment.cgi?id=49753&action=review

------- Additional Comments from David Levin <levin at chromium.org>
> Index: WebCore/ChangeLog
> +2010-03-01  Fridrich Strba  <fridrich.strba at bluewin.ch>
> +
> +	   Reviewed by NOBODY (OOPS!).
> +
> +	   Use unsigned instead of uint which does not exist on windows

You should have a link to the bug here. (I would r+ and say fix this on landing
but I don't think you have commit bit.)


More information about the webkit-reviews mailing list