[webkit-reviews] review granted: [Bug 129078] Start to use std::unique_ptr for DragImageLoader : [Attachment 224699] Patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Feb 20 16:48:46 PST 2014


Ryosuke Niwa <rniwa at webkit.org> has granted Gyuyoung Kim
<gyuyoung.kim at samsung.com>'s request for review:
Bug 129078: Start to use std::unique_ptr for DragImageLoader
https://bugs.webkit.org/show_bug.cgi?id=129078

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

------- Additional Comments from Ryosuke Niwa <rniwa at webkit.org>
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...


More information about the webkit-reviews mailing list