[Webkit-unassigned] [Bug 175683] New: Fix the build on other platforms after r220865

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Aug 17 13:08:09 PDT 2017


https://bugs.webkit.org/show_bug.cgi?id=175683

            Bug ID: 175683
           Summary: Fix the build on other platforms after r220865
           Product: WebKit
           Version: WebKit Nightly Build
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: WebCore Misc.
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: wenson_hsieh at apple.com

Currently, NSItemProvider-related UIPasteboard APIs only exist in the iOS 11 SDK. I tried to guard iOS 10 codepaths in PlatformPasteboardIOS.mm with __IPHONE_OS_VERSION_MAX_ALLOWED < 110000 and assume that item provider APIs would be available otherwise, but this is not the case. Revert to special casing code that uses item provider APIs with __IPHONE_OS_VERSION_MIN_REQUIRED >= 110000, instead of the inverse.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20170817/00bf2067/attachment.html>


More information about the webkit-unassigned mailing list