[Webkit-unassigned] [Bug 152890] [WinCairo] Support more video formats.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Jan 8 12:08:53 PST 2016


https://bugs.webkit.org/show_bug.cgi?id=152890

Alex Christensen <achristensen at apple.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
 Attachment #268569|review?                     |review+, commit-queue-
              Flags|                            |

--- Comment #5 from Alex Christensen <achristensen at apple.com> ---
Comment on attachment 268569
  --> https://bugs.webkit.org/attachment.cgi?id=268569
Patch

View in context: https://bugs.webkit.org/attachment.cgi?id=268569&action=review

> Source/WebCore/platform/graphics/win/MediaPlayerPrivateMediaFoundation.cpp:142
> +        for (int i = 0; i < mimeTypeArray.cElems; i++)

cElems is an unsigned int.  Please use unsigned for i.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.webkit.org/pipermail/webkit-unassigned/attachments/20160108/f2616769/attachment-0001.html>


More information about the webkit-unassigned mailing list