| Commit-Queue | +1 |
Hello,
This CL fixes the NULL pointer crash at
https://issues.chromium.org/issues/487117774
The problem was that `AXObjectCache::Get()` may return null for a popover that has been pruned.
Thank you for your feedback.
Best,
Felipe
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
lgtm
| Code-Review | +1 |
if (!ax_popover) {Is it worth consolidating these guards with the ones in GetInterestForTargetPopover into a common method? I only glossed over the two methods and found it confusing they differ subtely.
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
| Code-Review | +1 |
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
Thank you for your feedback, please see my answer below.
if (!ax_popover) {Is it worth consolidating these guards with the ones in GetInterestForTargetPopover into a common method? I only glossed over the two methods and found it confusing they differ subtely.
Good idea. I have consolidated the guards into `GetPopoverForDetailsRelation()`.
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
| Code-Review | +1 |
if (!ax_popover) {Felipe EriasIs it worth consolidating these guards with the ones in GetInterestForTargetPopover into a common method? I only glossed over the two methods and found it confusing they differ subtely.
Good idea. I have consolidated the guards into `GetPopoverForDetailsRelation()`.
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
| Code-Review | +1 |
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |