Bug 227898 - AX: Fixed unused function error
Summary: AX: Fixed unused function error
Status: RESOLVED WORKSFORME
Alias: None
Product: WebKit
Classification: Unclassified
Component: Accessibility (show other bugs)
Version: WebKit Nightly Build
Hardware: All All
: P2 Normal
Assignee: chris fleizach
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2021-07-13 00:07 PDT by chris fleizach
Modified: 2021-07-13 00:16 PDT (History)
2 users (show)

See Also:


Attachments
patch (1.24 KB, patch)
2021-07-13 00:08 PDT, chris fleizach
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description chris fleizach 2021-07-13 00:07:46 PDT
Source/WebKit/WebProcess/cocoa/WebProcessCocoa.mm:1173:27: error: unused function 'increaseContrastPreferenceKey' [-Werror,-Wunused-function]
static const WTF::String& increaseContrastPreferenceKey()
Comment 1 Radar WebKit Bug Importer 2021-07-13 00:07:58 PDT
<rdar://problem/80503620>
Comment 2 chris fleizach 2021-07-13 00:08:37 PDT
Created attachment 433392 [details]
patch
Comment 3 Myles C. Maxfield 2021-07-13 00:14:35 PDT
Oh I already landed this in https://commits.webkit.org/r279865
Comment 4 Myles C. Maxfield 2021-07-13 00:16:19 PDT
Sorry, I should have realized that you posted this...