RESOLVED FIXED 78790
Build Fix: R107894 breaks Chromium Linux Build.
https://bugs.webkit.org/show_bug.cgi?id=78790
Summary Build Fix: R107894 breaks Chromium Linux Build.
Attachments
Patch 1 (2.70 KB, patch)
2012-02-16 02:26 PST, yosin
no flags
Patch 2 (1.41 KB, patch)
2012-02-16 02:32 PST, yosin
no flags
Patch 3 (2.86 KB, patch)
2012-02-16 02:44 PST, yosin
no flags
yosin
Comment 1 2012-02-16 02:26:30 PST
yosin
Comment 2 2012-02-16 02:32:10 PST
Kent Tamura
Comment 3 2012-02-16 02:41:58 PST
Comment on attachment 127334 [details] Patch 2 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();
yosin
Comment 4 2012-02-16 02:44:51 PST
Kent Tamura
Comment 5 2012-02-16 02:46:30 PST
Comment on attachment 127342 [details] Patch 3 Clearing flags on attachment: 127342 Committed r107917: <http://trac.webkit.org/changeset/107917>
Kent Tamura
Comment 6 2012-02-16 02:46:36 PST
All reviewed patches have been landed. Closing bug.
Note You need to log in before you can comment on or make changes to this bug.