[webkit-reviews] review granted: [Bug 59898] [WINCE] Fix OwnPtr strict issues : [Attachment 91849] Patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sun May 1 15:12:01 PDT 2011


Adam Barth <abarth at webkit.org> has granted Patrick R. Gansterer
<paroga at paroga.com>'s request for review:
Bug 59898: [WINCE] Fix OwnPtr strict issues
https://bugs.webkit.org/show_bug.cgi?id=59898

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

------- Additional Comments from Adam Barth <abarth at webkit.org>
View in context: https://bugs.webkit.org/attachment.cgi?id=91849&action=review

> Source/WebCore/platform/graphics/wince/FontPlatformData.cpp:425
> -	   m_private->m_rootFontData->m_hfont.set(0);
> +	   m_private->m_rootFontData->m_hfont.clear();

Apparently we prefer assigning nullptr rather than clear.


More information about the webkit-reviews mailing list