Bug 224628 - Move the implementation of -[WKWebView themeColor] into the main WKWebView category
Summary: Move the implementation of -[WKWebView themeColor] into the main WKWebView ca...
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKit2 (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Wenson Hsieh
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2021-04-15 15:48 PDT by Wenson Hsieh
Modified: 2021-04-22 17:37 PDT (History)
4 users (show)

See Also:


Attachments
Patch (1.97 KB, patch)
2021-04-15 15:51 PDT, Wenson Hsieh
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Wenson Hsieh 2021-04-15 15:48:49 PDT
Silences this (benign) linker error when building WebKit:

…
CompileC WKStorageAccessAlert.o
Ld WebKit
ld: warning: method '-themeColor' in category from /Volumes/…/WebKit.build/Release/WebKit.build/Objects-normal/x86_64/UnifiedSource26-mm.o overrides method from class in /Volumes/…/WebKit.build/Release/WebKit.build/Objects-normal/x86_64/UnifiedSource26-mm.o
PhaseScriptExecution Check For Weak VTables and Externals
PhaseScriptExecution Check For Inappropriate Objective-C Class Names
…
Comment 1 Wenson Hsieh 2021-04-15 15:51:49 PDT
Created attachment 426146 [details]
Patch
Comment 2 EWS 2021-04-15 16:33:05 PDT
Committed r276086 (236598@main): <https://commits.webkit.org/236598@main>

All reviewed patches have been landed. Closing bug and clearing flags on attachment 426146 [details].
Comment 3 Ryan Haddad 2021-04-22 17:37:19 PDT
rdar://76729587