Remove unnecessary assert in {WebAccessibilityObjectWrapper attachmentView].
Created attachment 399287 [details] Patch
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
Created attachment 399291 [details] Patch
(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.
Committed r261653: <https://trac.webkit.org/changeset/261653> All reviewed patches have been landed. Closing bug and clearing flags on attachment 399291 [details].
<rdar://problem/63198631>