Add logging of AXCoreObject outerHTML to AXLogger.
Created attachment 414167 [details] Patch
Comment on attachment 414167 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=414167&action=review > Source/WebCore/accessibility/AXLogger.cpp:270 > + const AXCoreObject* objectWithInterestingHtML = nullptr; HtML > HTML can we use auto here?
Created attachment 414230 [details] Patch
(In reply to chris fleizach from comment #2) > Comment on attachment 414167 [details] > Patch > > View in context: > https://bugs.webkit.org/attachment.cgi?id=414167&action=review > > > Source/WebCore/accessibility/AXLogger.cpp:270 > > + const AXCoreObject* objectWithInterestingHtML = nullptr; > > HtML > HTML Fixed. > > can we use auto here? Done.
Committed r269859: <https://trac.webkit.org/changeset/269859> All reviewed patches have been landed. Closing bug and clearing flags on attachment 414230 [details].
<rdar://problem/71446493>