.
<rdar://problem/73636453>
Created attachment 418491 [details] Patch
Comment on attachment 418491 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=418491&action=review > Source/WebKit/UIProcess/API/Cocoa/WKWebViewPrivate.h:383 > +@property (nonatomic, readonly) NSColor *_pageExtendedBackgroundColor; Might as well rectify past mistakes and add the availability for the macOS version too (blame the line and see when it was introduced).
Comment on attachment 418491 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=418491&action=review >> Source/WebKit/UIProcess/API/Cocoa/WKWebViewPrivate.h:383 >> +@property (nonatomic, readonly) NSColor *_pageExtendedBackgroundColor; > > Might as well rectify past mistakes and add the availability for the macOS version too (blame the line and see when it was introduced). AFAICT this appears to have existed as long as `WKWebView` has existed. It was added seven years ago in r165083.
Committed r271969: <https://trac.webkit.org/changeset/271969> All reviewed patches have been landed. Closing bug and clearing flags on attachment 418491 [details].