[webkit-reviews] review granted: [Bug 63484] [Windows, WinCairo] Don't Attempt to Create Zero-Size DIB : [Attachment 98790] Patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Jun 28 08:10:54 PDT 2011


Adam Roben (:aroben) <aroben at apple.com> has granted Brent Fulgham
<bfulgham at webkit.org>'s request for review:
Bug 63484: [Windows, WinCairo] Don't Attempt to Create Zero-Size DIB
https://bugs.webkit.org/show_bug.cgi?id=63484

Attachment 98790: Patch
https://bugs.webkit.org/attachment.cgi?id=98790&action=review

------- Additional Comments from Adam Roben (:aroben) <aroben at apple.com>
View in context: https://bugs.webkit.org/attachment.cgi?id=98790&action=review

> Source/WebKit/win/WebNodeHighlight.cpp:155
> +    ASSERT_WITH_MESSAGE(hbmp.get(), "::CreateDIBSection failed with error
%lu", ::GetLastError());

No need for the .get() here.


More information about the webkit-reviews mailing list