[webkit-reviews] review granted: [Bug 201476] Fix implicit conversion that loses precision : [Attachment 378023] Patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Sep 4 18:39:39 PDT 2019


Alex Christensen <achristensen at apple.com> has granted Keith Rollin
<krollin at apple.com>'s request for review:
Bug 201476: Fix implicit conversion that loses precision
https://bugs.webkit.org/show_bug.cgi?id=201476

Attachment 378023: Patch

https://bugs.webkit.org/attachment.cgi?id=378023&action=review




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

WebKit style prefers "unsigned" over "unsigned int"
I think it would look nicer if we instead changed the line before this:
unsigned byteLength = blob.size();


More information about the webkit-reviews mailing list