commit | b9689917a9b51a7cddaf07743c166672a199d35c | [log] [tgz] |
---|---|---|
author | Menard, Alexis <alexis.menard@intel.com> | Mon Nov 06 15:54:59 2023 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Mon Nov 06 15:54:59 2023 |
tree | c6236619d780863fd18a48ab09aa0db930e5b0e0 | |
parent | 417c6fb993e2294df493c4a80d4481438835cb3f [diff] |
Inspector: Fix ASSERT in debug when the hinge overlay is used and then the inspector is closed If the hinge overlay is used in the inspector (e.g. emulating a Surface Duo) and then the inspector is closed, debug builds would assert in the destructor of the overlay agent because the hinge object wasn't released. Let's make sure to reset the hinge object when the overlay is disabled. Change-Id: I44d462171b7cde9837d9e2289994f326fb6397ef Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5006561 Reviewed-by: Danil Somsikov <dsv@chromium.org> Commit-Queue: Alexis Menard <alexis.menard@intel.com> Cr-Commit-Position: refs/heads/main@{#1220311}
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.