RESOLVED FIXED 215850
Code cleanup and consistent naming in AXIsolatedTree classes, no change in behavior.
https://bugs.webkit.org/show_bug.cgi?id=215850
Summary Code cleanup and consistent naming in AXIsolatedTree classes, no change in be...
Andres Gonzalez
Reported 2020-08-26 07:14:39 PDT
Code cleanup and consistent naming in AXIsolatedTree classes, no change in behavior.
Attachments
Patch (14.66 KB, patch)
2020-08-26 07:22 PDT, Andres Gonzalez
no flags
Andres Gonzalez
Comment 1 2020-08-26 07:22:22 PDT
EWS
Comment 2 2020-08-26 10:24:45 PDT
Committed r266171: <https://trac.webkit.org/changeset/266171> All reviewed patches have been landed. Closing bug and clearing flags on attachment 407295 [details].
Radar WebKit Bug Importer
Comment 3 2020-08-26 10:25:15 PDT
Darin Adler
Comment 4 2020-08-26 11:10:02 PDT
Comment on attachment 407295 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=407295&action=review > Source/WebCore/accessibility/isolatedtree/AXIsolatedObject.cpp:456 > + m_propertyMap.set(propertyName, value); We should return here and add a WTFMove to value. Would improve performance a bit.
Note You need to log in before you can comment on or make changes to this bug.