Bug 215850

Summary: Code cleanup and consistent naming in AXIsolatedTree classes, no change in behavior.
Product: WebKit Reporter: Andres Gonzalez <andresg_22>
Component: New BugsAssignee: Andres Gonzalez <andresg_22>
Status: RESOLVED FIXED    
Severity: Normal CC: aboxhall, apinheiro, cfleizach, darin, dmazzoni, ews-watchlist, jcraig, jdiggs, samuel_white, webkit-bug-importer
Priority: P2 Keywords: InRadar
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch none

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.