As a step to use std::unique_ptr, this patch replace uses of OwnPtr and PassOwnPtr in the DragImageLoader class with std::unique_ptr.
Created attachment 224699 [details] Patch
looks good to me, but I'm not a reviewer yet :(
Comment on attachment 224699 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=224699&action=review > Source/WebCore/dom/Clipboard.cpp:45 > WTF_MAKE_FAST_ALLOCATED; We should probably make this class non-copyable as well...
Created attachment 224816 [details] Patch for landing
Created attachment 224817 [details] Patch for landing
Committed r164465: <http://trac.webkit.org/changeset/164465>