Bug 256431 - REGRESSION (261186@main): Linker warnings for WKPreferences.inactiveSchedulingPolicy property methods
Summary: REGRESSION (261186@main): Linker warnings for WKPreferences.inactiveSchedulin...
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKit API (show other bugs)
Version: Other
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: David Kilzer (:ddkilzer)
URL:
Keywords: InRadar
Depends on: 253352
Blocks:
  Show dependency treegraph
 
Reported: 2023-05-07 11:46 PDT by David Kilzer (:ddkilzer)
Modified: 2023-05-08 09:29 PDT (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description David Kilzer (:ddkilzer) 2023-05-07 11:46:21 PDT
Linker warnings for WKPreferences.inactiveSchedulingPolicy property methods.

ld: warning: method '-setInactiveSchedulingPolicy:' in category from WebKit.build/Release/WebKit.build/Objects-normal/arm64e/UnifiedSource23-mm.o overrides method from class in WebKit.build/Release/WebKit.build/Objects-normal/arm64e/UnifiedSource23-mm.o
ld: warning: method '-inactiveSchedulingPolicy' in category from WebKit.build/Release/WebKit.build/Objects-normal/arm64e/UnifiedSource23-mm.o overrides method from class in WebKit.build/Release/WebKit.build/Objects-normal/arm64e/UnifiedSource23-mm.o

Regressed with:

    [Cocoa] API to set process throttling limits
    <https://bugs.webkit.org/show_bug.cgi?id=253352>
    <rdar://103084383>
    <https://commits.webkit.org/261186@main>
Comment 1 Radar WebKit Bug Importer 2023-05-07 11:46:46 PDT
<rdar://problem/109013429>
Comment 2 David Kilzer (:ddkilzer) 2023-05-07 12:02:49 PDT
Pull request: https://github.com/WebKit/WebKit/pull/13550
Comment 3 EWS 2023-05-08 09:29:00 PDT
Committed 263802@main (7f5b080ae4a0): <https://commits.webkit.org/263802@main>

Reviewed commits have been landed. Closing PR #13550 and removing active labels.