Bug 227898

Summary: AX: Fixed unused function error
Product: WebKit Reporter: chris fleizach <cfleizach>
Component: AccessibilityAssignee: chris fleizach <cfleizach>
Status: RESOLVED WORKSFORME    
Severity: Normal CC: mmaxfield, webkit-bug-importer
Priority: P2 Keywords: InRadar
Version: WebKit Nightly Build   
Hardware: All   
OS: All   
Attachments:
Description Flags
patch none

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...