Bug 167425

Summary: Don't inline AXObjectCache::AXObjectCache in the header for !HAVE(ACCESSIBILITY)
Product: WebKit Reporter: Timothy Hatcher <timothy>
Component: AccessibilityAssignee: Nobody <webkit-unassigned>
Status: NEW    
Severity: Normal CC: aaron_chu, jcraig, webkit-bug-importer
Priority: P2 Keywords: InRadar
Version: WebKit Local Build   
Hardware: Other   
OS: Linux   

Timothy Hatcher
Reported 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.
Attachments
Radar WebKit Bug Importer
Comment 1 2017-01-25 10:38:06 PST
Timothy Hatcher
Comment 2 2018-03-29 12:31:48 PDT
This is based on feedback from Darin when I landed: https://trac.webkit.org/changeset/211153/webkit
Note You need to log in before you can comment on or make changes to this bug.