RESOLVED FIXED 211857
Remove unnecessary assert in {WebAccessibilityObjectWrapper attachmentView].
https://bugs.webkit.org/show_bug.cgi?id=211857
Summary Remove unnecessary assert in {WebAccessibilityObjectWrapper attachmentView].
Andres Gonzalez
Reported 2020-05-13 12:20:54 PDT
Remove unnecessary assert in {WebAccessibilityObjectWrapper attachmentView].
Attachments
Patch (2.09 KB, patch)
2020-05-13 12:25 PDT, Andres Gonzalez
no flags
Patch (2.09 KB, patch)
2020-05-13 13:12 PDT, Andres Gonzalez
no flags
Andres Gonzalez
Comment 1 2020-05-13 12:25:20 PDT
chris fleizach
Comment 2 2020-05-13 12:46:51 PDT
Comment on attachment 399287 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=399287&action=review > Source/WebCore/accessibility/mac/WebAccessibilityObjectWrapperMac.mm:560 > + auto *backingObject = protectedSelf.get().axBackingObject; I think this * is on the wrong side
Andres Gonzalez
Comment 3 2020-05-13 13:12:56 PDT
Andres Gonzalez
Comment 4 2020-05-13 13:14:25 PDT
(In reply to chris fleizach from comment #2) > Comment on attachment 399287 [details] > Patch > > View in context: > https://bugs.webkit.org/attachment.cgi?id=399287&action=review > > > Source/WebCore/accessibility/mac/WebAccessibilityObjectWrapperMac.mm:560 > > + auto *backingObject = protectedSelf.get().axBackingObject; > > I think this * is on the wrong side Fixed.
EWS
Comment 5 2020-05-13 13:51:56 PDT
Committed r261653: <https://trac.webkit.org/changeset/261653> All reviewed patches have been landed. Closing bug and clearing flags on attachment 399291 [details].
Radar WebKit Bug Importer
Comment 6 2020-05-13 13:52:13 PDT
Note You need to log in before you can comment on or make changes to this bug.