NEW 167425
Don't inline AXObjectCache::AXObjectCache in the header for !HAVE(ACCESSIBILITY)
https://bugs.webkit.org/show_bug.cgi?id=167425
Summary Don't inline AXObjectCache::AXObjectCache in the header for !HAVE(ACCESSIBILITY)
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.