Bug 167425 - Don't inline AXObjectCache::AXObjectCache in the header for !HAVE(ACCESSIBILITY)
Summary: Don't inline AXObjectCache::AXObjectCache in the header for !HAVE(ACCESSIBILITY)
Status: NEW
Alias: None
Product: WebKit
Classification: Unclassified
Component: Accessibility (show other bugs)
Version: WebKit Local Build
Hardware: Other Linux
: P2 Normal
Assignee: Nobody
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2017-01-25 10:36 PST by Timothy Hatcher
Modified: 2018-03-29 12:31 PDT (History)
3 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Timothy Hatcher 2017-01-25 10:36:53 PST
The !HAVE(ACCESSIBILITY) AXObjectCache constructor is a long inline function with timer initializers. We should break that out into AXObjectCache.cpp.
Comment 1 Radar WebKit Bug Importer 2017-01-25 10:38:06 PST
<rdar://problem/30189600>
Comment 2 Timothy Hatcher 2018-03-29 12:31:48 PDT
This is based on feedback from Darin when I landed: https://trac.webkit.org/changeset/211153/webkit