Bug 189423 - [AX] Fix compile error in AXObjectCache constructor when !HAVE(ACCESSIBILITY)
Summary: [AX] Fix compile error in AXObjectCache constructor when !HAVE(ACCESSIBILITY)
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Accessibility (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Don Olmstead
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2018-09-07 11:35 PDT by Don Olmstead
Modified: 2018-09-07 13:44 PDT (History)
11 users (show)

See Also:


Attachments
Patch (2.53 KB, patch)
2018-09-07 11:37 PDT, Don Olmstead
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Don Olmstead 2018-09-07 11:35:06 PDT
AXObjectCache::AXObjectCache(Document& document) does not compile when accessibility is turned off
Comment 1 Radar WebKit Bug Importer 2018-09-07 11:35:24 PDT
<rdar://problem/44231775>
Comment 2 Don Olmstead 2018-09-07 11:37:21 PDT
Created attachment 349168 [details]
Patch

There was just a copy paste error with the initializers
Comment 3 Yusuke Suzuki 2018-09-07 11:38:56 PDT
Comment on attachment 349168 [details]
Patch

r=me
Comment 4 WebKit Commit Bot 2018-09-07 13:44:46 PDT
Comment on attachment 349168 [details]
Patch

Clearing flags on attachment: 349168

Committed r235804: <https://trac.webkit.org/changeset/235804>
Comment 5 WebKit Commit Bot 2018-09-07 13:44:47 PDT
All reviewed patches have been landed.  Closing bug.