Add feature define for data transfer items
Created attachment 84299 [details] Patch
Comment on attachment 84299 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=84299&action=review One minor nit. > Source/WebKit/chromium/features.gypi:52 > + 'ENABLE_DATA_TRANSFER_ITEMS=0', Set it to 1 for chromium. You just need to be sure to guard the entry points in idl with the runtime enabling.
Committed r80079: <http://trac.webkit.org/changeset/80079>
http://trac.webkit.org/changeset/80079 might have broken Windows Debug (Build)
Created attachment 84466 [details] Patch
Committed r80166: <http://trac.webkit.org/changeset/80166>