[webkit-reviews] review granted: [Bug 170449] Image pasting is not working on tineye.com / gmail.com / GitHub.com due to lack of support for DataTransfer.items : [Attachment 322180] Fixed mac builds

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Sep 29 01:17:32 PDT 2017


Wenson Hsieh <wenson_hsieh at apple.com> has granted Ryosuke Niwa
<rniwa at webkit.org>'s request for review:
Bug 170449: Image pasting is not working on tineye.com / gmail.com / GitHub.com
due to lack of support for DataTransfer.items
https://bugs.webkit.org/show_bug.cgi?id=170449

Attachment 322180: Fixed mac builds

https://bugs.webkit.org/attachment.cgi?id=322180&action=review




--- Comment #36 from Wenson Hsieh <wenson_hsieh at apple.com> ---
Comment on attachment 322180
  --> https://bugs.webkit.org/attachment.cgi?id=322180
Fixed mac builds

View in context: https://bugs.webkit.org/attachment.cgi?id=322180&action=review

> Source/WebCore/platform/Pasteboard.cpp:29
> +#include "File.h"

Do we still need to include File.h in Pasteboard.cpp?

> Source/WebCore/platform/cocoa/PasteboardCocoa.mm:29
> +#include "File.h"

Here too -- now that we only need to know about PasteboardFileReader, do we
need File.h?


More information about the webkit-reviews mailing list