[webkit-reviews] review granted: [Bug 76856] Convert DataTransferItem/DataTransferItemList back into an interface class : [Attachment 123621] Patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Jan 23 15:28:39 PST 2012


David Levin <levin at chromium.org> has granted Daniel Cheng
<dcheng at chromium.org>'s request for review:
Bug 76856: Convert DataTransferItem/DataTransferItemList back into an interface
class
https://bugs.webkit.org/show_bug.cgi?id=76856

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

------- Additional Comments from David Levin <levin at chromium.org>
View in context: https://bugs.webkit.org/attachment.cgi?id=123621&action=review


> Source/WebCore/platform/chromium/DataTransferItemListChromium.h:65
> +    RefPtr<Clipboard> m_owner;

Why not make this a RefPtr<ClipboardChromium> and ditto for the create methods
now that they are Chromium specific ?


More information about the webkit-reviews mailing list