Inline Document::existingAXObjectCache() to avoid paying function call cost in the common case where AX is disabled.
Created attachment 297202 [details] Patch
Comment on attachment 297202 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=297202&action=review > Source/WebCore/dom/Document.cpp:278 > +bool Document::hasEverCreatedAnAXObjectCache = false; I see no code in this patch setting this to true.
Comment on attachment 297202 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=297202&action=review >> Source/WebCore/dom/Document.cpp:278 >> +bool Document::hasEverCreatedAnAXObjectCache = false; > > I see no code in this patch setting this to true. Oops, I see now. The flag already existed.
Comment on attachment 297202 [details] Patch Clearing flags on attachment: 297202 Committed r209870: <http://trac.webkit.org/changeset/209870>
All reviewed patches have been landed. Closing bug.