commit | 2178710d1bb29e5a92f324320b7cc1c5f42258eb | [log] [tgz] |
---|---|---|
author | Mason Freed <masonf@chromium.org> | Fri Jan 31 18:01:53 2025 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Fri Jan 31 18:01:53 2025 |
tree | c8de2520c112893ce03aed08b6c452eb1cb06ad6 | |
parent | 47bff43595df28e9de121634110631b9dac1f060 [diff] |
Fix a CHECK() condition to avoid a null reference It's possible that the InterestInvokerData is null, in the case that we're losing hover on something that never triggered this target element in the first place. So avoid crashing in the check. Bug: 326681249 Change-Id: I3cc38c576a3349e8db24b4b5fc2e428bd88df08b Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6219809 Commit-Queue: Di Zhang <dizhangg@chromium.org> Auto-Submit: Mason Freed <masonf@chromium.org> Reviewed-by: Di Zhang <dizhangg@chromium.org> Cr-Commit-Position: refs/heads/main@{#1414219}
Chromium is an open-source browser project that aims to build a safer, faster, and more stable way for all users to experience the web.
The project's web site is https://www.chromium.org.
To check out the source code locally, don't use git clone
! Instead, follow the instructions on how to get the code.
Documentation in the source is rooted in docs/README.md.
Learn how to Get Around the Chromium Source Code Directory Structure.
For historical reasons, there are some small top level directories. Now the guidance is that new top level directories are for product (e.g. Chrome, Android WebView, Ash). Even if these products have multiple executables, the code should be in subdirectories of the product.
If you found a bug, please file it at https://crbug.com/new.