http://trac.webkit.org/changeset/107894/trunk/Source/WebCore/platform/chromium/ChromiumDataObject.h This change is incompatible with this change: http://trac.webkit.org/browser/trunk/Source/WebKit/chromium/src/WebDragData.cpp?rev=107846 Build log http://webkit-commit-queue.appspot.com/results/11535094
Created attachment 127333 [details] Patch 1
Created attachment 127334 [details] Patch 2
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();
Created attachment 127342 [details] Patch 3
Comment on attachment 127342 [details] Patch 3 Clearing flags on attachment: 127342 Committed r107917: <http://trac.webkit.org/changeset/107917>
All reviewed patches have been landed. Closing bug.