Bug 167425
Summary: | Don't inline AXObjectCache::AXObjectCache in the header for !HAVE(ACCESSIBILITY) | ||
---|---|---|---|
Product: | WebKit | Reporter: | Timothy Hatcher <timothy> |
Component: | Accessibility | Assignee: | 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
The !HAVE(ACCESSIBILITY) AXObjectCache constructor is a long inline function with timer initializers. We should break that out into AXObjectCache.cpp.
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Radar WebKit Bug Importer
<rdar://problem/30189600>
Timothy Hatcher
This is based on feedback from Darin when I landed: https://trac.webkit.org/changeset/211153/webkit