[webkit-reviews] review requested: [Bug 193348] AX: Introduce isolated accessibility tree : [Attachment 359863] patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Jan 23 02:15:56 PST 2019


chris fleizach <cfleizach at apple.com> has asked	for review:
Bug 193348: AX: Introduce isolated accessibility tree
https://bugs.webkit.org/show_bug.cgi?id=193348

Attachment 359863: patch

https://bugs.webkit.org/attachment.cgi?id=359863&action=review




--- Comment #34 from chris fleizach <cfleizach at apple.com> ---
Created attachment 359863

  --> https://bugs.webkit.org/attachment.cgi?id=359863&action=review

patch

Did my best to convert to using Ref<> instead of RefPtr<> but had some
difficulty with vector copies/swaps because the operator for = for Ref is
delete. But that said, I got most of them using Ref.


More information about the webkit-reviews mailing list