[Webkit-unassigned] [Bug 252727] New: Fix build due to availability macros in WKWebpagePreferencesPrivate.h

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Feb 21 23:00:54 PST 2023


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

            Bug ID: 252727
           Summary: Fix build due to availability macros in
                    WKWebpagePreferencesPrivate.h
           Product: WebKit
           Version: WebKit Nightly Build
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: WebKit API
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: ddkilzer at webkit.org
        Depends on: 252437, 252641

Fix build due to availability macros in WKWebpagePreferencesPrivate.h.

In file included from WebKitTestRunner/Tools/WebKitTestRunner/cocoa/TestControllerCocoa.mm:52:
WebKit.framework/PrivateHeaders/WKWebpagePreferencesPrivate.h:85:73: error: expected '}' or ','
    _WKWebsiteNetworkConnectionIntegrityPolicyWebSearchContent = 1 << 5 API_AVAILABLE(macos(13.3), ios(NA)),
                                                                        ^
In file included from WebKitTestRunner/Tools/WebKitTestRunner/cocoa/TestControllerCocoa.mm:52:
WebKit.framework/PrivateHeaders/WKWebpagePreferencesPrivate.h:86:74: error: expected '}' or ','
    _WKWebsiteNetworkConnectionIntegrityPolicyEnhancedTelemetry = 1 << 6 API_AVAILABLE(macos(13.3), ios(NA)),
                                                                         ^
In file included from WebKitTestRunner/Tools/WebKitTestRunner/cocoa/TestControllerCocoa.mm:52:
WebKit.framework/PrivateHeaders/WKWebpagePreferencesPrivate.h:87:74: error: expected '}' or ','
    _WKWebsiteNetworkConnectionIntegrityPolicyRequestValidation = 1 << 7 API_AVAILABLE(macos(13.3), ios(NA)),
                                                                         ^
In file included from WebKitTestRunner/Tools/WebKitTestRunner/cocoa/TestControllerCocoa.mm:52:
WebKit.framework/PrivateHeaders/WKWebpagePreferencesPrivate.h:88:84: error: expected '}' or ','
    _WKWebsiteNetworkConnectionIntegrityPolicySanitizeLookalikeCharacters = 1 << 8 API_AVAILABLE(macos(13.3), ios(NA)),
                                                                                   ^

Regressed in Bug 252437 (260627 at main) and in Bug 252641 (260632 at main).


Referenced Bugs:

https://bugs.webkit.org/show_bug.cgi?id=252437
[Bug 252437] Update WebKit TBA versions for macOS 13.3 and iOS 16.4
https://bugs.webkit.org/show_bug.cgi?id=252641
[Bug 252641] Adjust some more logic around lookalike character sanitization
-- 
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/20230222/3ffe79e2/attachment.htm>


More information about the webkit-unassigned mailing list