[webkit-reviews] review granted: [Bug 59361] Fix strict OwnPtr violations in Render*.cpp : [Attachment 90966] Patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Apr 25 15:44:28 PDT 2011


Adam Barth <abarth at webkit.org> has granted James Robinson
<jamesr at chromium.org>'s request for review:
Bug 59361: Fix strict OwnPtr violations in Render*.cpp
https://bugs.webkit.org/show_bug.cgi?id=59361

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

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

> Source/WebCore/rendering/RenderBlock.cpp:1092
> -	   OwnPtr<DelayedUpdateScrollInfoSet>
infoSet(gDelayedUpdateScrollInfoSet);
> +	   OwnPtr<DelayedUpdateScrollInfoSet>
infoSet(adoptPtr(gDelayedUpdateScrollInfoSet));

Wah?


More information about the webkit-reviews mailing list