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

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Dec 2 09:00:01 PST 2014


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

Darin Adler <darin at apple.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
 Attachment #242164|review?                     |review+
              Flags|                            |

--- Comment #13 from Darin Adler <darin at apple.com> ---
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:147
> +    Pasteboard(PassRefPtr<DataObjectGtk>);
> +    Pasteboard(GtkClipboard*);

These should be marked explicit. Not sure why they weren’t already.

-- 
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/20141202/f3ad713d/attachment-0002.html>


More information about the webkit-unassigned mailing list