[webkit-reviews] review denied: [Bug 78790] Build Fix: R107894 breaks Chromium Linux Build. : [Attachment 127334] Patch 2

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Feb 16 02:41:58 PST 2012


Kent Tamura <tkent at chromium.org> has denied yosin at chromium.org's request for
review:
Bug 78790: Build Fix: R107894 breaks Chromium Linux Build.
https://bugs.webkit.org/show_bug.cgi?id=78790

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

------- Additional Comments from Kent Tamura <tkent at chromium.org>
View in context: https://bugs.webkit.org/attachment.cgi?id=127334&action=review


> Source/WebKit/chromium/src/WebDragData.cpp:72
> -    const HashSet<String>& types = m_private->types();
> +    const DOMStringList& types = *m_private->types();

We need to do:
RefPtr<DOMStringList> types = m_private->types();


More information about the webkit-reviews mailing list