RESOLVED FIXED235728
AXIsolatedObject::children should honor the parameter updateChildrenIfNeeded.
https://bugs.webkit.org/show_bug.cgi?id=235728
Summary AXIsolatedObject::children should honor the parameter updateChildrenIfNeeded.
Andres Gonzalez
Reported 2022-01-27 13:01:01 PST
AXIsolatedObject::children should honor the parameter updateChildrenIfNeeded.
Attachments
Patch (2.60 KB, patch)
2022-01-27 13:08 PST, Andres Gonzalez
no flags
Patch (2.64 KB, patch)
2022-01-27 13:28 PST, Andres Gonzalez
no flags
Radar WebKit Bug Importer
Comment 1 2022-01-27 13:01:12 PST
Andres Gonzalez
Comment 2 2022-01-27 13:08:26 PST
chris fleizach
Comment 3 2022-01-27 13:17:07 PST
Comment on attachment 450169 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=450169&action=review > Source/WebCore/accessibility/isolatedtree/AXIsolatedObject.cpp:538 > +const AXCoreObject::AccessibilityChildrenVector& AXIsolatedObject::children(bool updateChildrenIfNeeded) too many spaces "bool updateChildrenIfNeeded"
Andres Gonzalez
Comment 4 2022-01-27 13:28:21 PST
Andres Gonzalez
Comment 5 2022-01-27 13:30:14 PST
(In reply to chris fleizach from comment #3) > Comment on attachment 450169 [details] > Patch > > View in context: > https://bugs.webkit.org/attachment.cgi?id=450169&action=review > > > Source/WebCore/accessibility/isolatedtree/AXIsolatedObject.cpp:538 > > +const AXCoreObject::AccessibilityChildrenVector& AXIsolatedObject::children(bool updateChildrenIfNeeded) > > too many spaces > "bool updateChildrenIfNeeded" Fixed.
EWS
Comment 6 2022-01-27 14:24:41 PST
Committed r288703 (246501@main): <https://commits.webkit.org/246501@main> All reviewed patches have been landed. Closing bug and clearing flags on attachment 450170 [details].
Note You need to log in before you can comment on or make changes to this bug.