[webkit-reviews] review granted: [Bug 83584] Fix the build with gcc 4.7.0 : [Attachment 136474] updated patch with updated changelog

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Apr 10 12:51:44 PDT 2012


Alexey Proskuryakov <ap at webkit.org> has granted Andras Becsi
<abecsi at webkit.org>'s request for review:
Bug 83584: Fix the build with gcc 4.7.0
https://bugs.webkit.org/show_bug.cgi?id=83584

Attachment 136474: updated patch with updated changelog
https://bugs.webkit.org/attachment.cgi?id=136474&action=review

------- Additional Comments from Alexey Proskuryakov <ap at webkit.org>
View in context: https://bugs.webkit.org/attachment.cgi?id=136474&action=review


> Source/WebCore/html/HTMLImageElement.cpp:76
> -    if (optionalHeight > 0)
> +    if (optionalHeight)

Heh.


More information about the webkit-reviews mailing list