[webkit-reviews] review granted: [Bug 76946] Make DataTransferItemList::length() const. : [Attachment 123827] Patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Jan 24 15:45:15 PST 2012


Tony Chang <tony at chromium.org> has granted Daniel Cheng <dcheng at chromium.org>'s
request for review:
Bug 76946: Make DataTransferItemList::length() const.
https://bugs.webkit.org/show_bug.cgi?id=76946

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

------- Additional Comments from Tony Chang <tony at chromium.org>
View in context: https://bugs.webkit.org/attachment.cgi?id=123827&action=review


> Source/WebCore/platform/chromium/DataTransferItemListChromium.h:69
> +    // FIXME: This will be fixed by
https://bugs.webkit.org/show_bug.cgi?id=76598
> +    mutable Vector<RefPtr<DataTransferItem> > m_items;

Nit: I would be explicit about what "This" refers to.  E.g., "FIXME: m_items
should not be mutable.	This will be fixed by
https://bugs.webkit.org/show_bug.cgi?id=76598."


More information about the webkit-reviews mailing list