RESOLVED FIXED 118988
Use Checked<uint32_t, RecordOverflow> instead of CheckedInt in GraphicsContext3D
https://bugs.webkit.org/show_bug.cgi?id=118988
Summary Use Checked<uint32_t, RecordOverflow> instead of CheckedInt in GraphicsContext3D
Zan Dobersek
Reported 2013-07-22 14:05:18 PDT
Use Checked<uint32_t, RecordOverflow> instead of CheckedInt in GraphicsContext3D
Attachments
Patch (2.85 KB, patch)
2013-07-22 14:12 PDT, Zan Dobersek
oliver: review+
Zan Dobersek
Comment 1 2013-07-22 14:12:43 PDT
WebKit Commit Bot
Comment 2 2013-07-22 14:13:52 PDT
Attachment 207277 [details] did not pass style-queue: Failed to run "['Tools/Scripts/check-webkit-style', '--diff-files', u'Source/WebCore/ChangeLog', u'Source/WebCore/platform/graphics/GraphicsContext3D.cpp']" exit_code: 1 Source/WebCore/platform/graphics/GraphicsContext3D.cpp:210: Omit int when using unsigned [runtime/unsigned] [1] Total errors found: 1 in 2 files If any of these errors are false positives, please file a bug against check-webkit-style.
Zan Dobersek
Comment 3 2013-09-05 10:16:51 PDT
Note You need to log in before you can comment on or make changes to this bug.