[Webkit-unassigned] [Bug 139019] Use std::unique_ptr instead of PassOwnPtr|OwnPtr for Pasteboard

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Nov 24 17:47:12 PST 2014


https://bugs.webkit.org/show_bug.cgi?id=139019

--- Comment #11 from Gyuyoung Kim <gyuyoung.kim at webkit.org> ---
Comment on attachment 242164
  --> https://bugs.webkit.org/attachment.cgi?id=242164
Patch

View in context: https://bugs.webkit.org/attachment.cgi?id=242164&action=review

> Source/WebCore/platform/Pasteboard.h:183
> +    static std::unique_ptr<Pasteboard> createForDragAndDrop();

There is a concern we support both public constructor and createFoo() factory function. Some reviewers think this is wrong behavior. So, we need to try to remove createFoo() factory function.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20141125/f5734e33/attachment-0002.html>


More information about the webkit-unassigned mailing list