[webkit-reviews] review granted: [Bug 175960] Fix build breakage with Public iOS 11 SDK : [Attachment 319032] Patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Aug 24 16:09:32 PDT 2017


Wenson Hsieh <wenson_hsieh at apple.com> has granted Jonathan Bedard
<jbedard at apple.com>'s request for review:
Bug 175960: Fix build breakage with Public iOS 11 SDK
https://bugs.webkit.org/show_bug.cgi?id=175960

Attachment 319032: Patch

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




--- Comment #3 from Wenson Hsieh <wenson_hsieh at apple.com> ---
Comment on attachment 319032
  --> https://bugs.webkit.org/attachment.cgi?id=319032
Patch

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

> Tools/TestWebKitAPI/ios/DataInteractionSimulator.h:93
> + at interface UIItemProvider : NSItemProvider

<UIKit/NSItemProvider+UIKitAdditions.h> appears to be public in the latest SDK,
and that defines preferredPresentationSize on NSItemProvider (which
UIItemProvider subclasses). Can we just import that header instead?


More information about the webkit-reviews mailing list