[webkit-reviews] review granted: [Bug 59375] Fix strict OwnPtrs in ContextMenuController.cpp : [Attachment 90980] Patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Apr 25 16:10:04 PDT 2011


Adam Barth <abarth at webkit.org> has granted David Levin <levin at chromium.org>'s
request for review:
Bug 59375: Fix strict OwnPtrs in ContextMenuController.cpp
https://bugs.webkit.org/show_bug.cgi?id=59375

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

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

> Source/WebCore/ChangeLog:8
> +	   No new tests. (OOPS!)

OOPS!

> Source/WebCore/page/ContextMenuController.cpp:126
> -	   return 0;
> +	   return adoptPtr<ContextMenu>(0);

PassOwnPtr<ContextMenu>()


More information about the webkit-reviews mailing list