Summary: | Code cleanup and consistent naming in AXIsolatedTree classes, no change in behavior. | ||||||
---|---|---|---|---|---|---|---|
Product: | WebKit | Reporter: | Andres Gonzalez <andresg_22> | ||||
Component: | New Bugs | Assignee: | 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
Andres Gonzalez
2020-08-26 07:14:39 PDT
Created attachment 407295 [details]
Patch
Committed r266171: <https://trac.webkit.org/changeset/266171> All reviewed patches have been landed. Closing bug and clearing flags on attachment 407295 [details]. 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. |