| commit | a5061bcf911d59bb5aa2d6ea29fdc20f5011982d | [log] [tgz] |
|---|---|---|
| author | Hiroshige Hayashizaki <hiroshige@chromium.org> | Thu Aug 26 00:50:50 2021 |
| committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Thu Aug 26 00:50:50 2021 |
| tree | ff891636c6dcbaab943271777a0b463df2c8f2a0 | |
| parent | 33ddffa9b476ab44623274e7313a8028f19ddd9b [diff] |
Fix prefinalize check failure in ResourceClient This CL avoids calling ResourceClinet::RemoveClient() and Contains() calls inside it (that would cause check failures in V8 side) during prefinalizer, by calling DidRemoveClientOrObserver() instead. This CL adds unit tests that would fail with https://chromium-review.googlesource.com/c/v8/v8/+/3099953 and `v8_enable_debugging_features` enabled. Bug: 1241773 Change-Id: I8e7b63970b755df67a1a909bcc27b12abc4e8e78 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3111576 Commit-Queue: Hiroshige Hayashizaki <hiroshige@chromium.org> Reviewed-by: Yutaka Hirano <yhirano@chromium.org> Cr-Commit-Position: refs/heads/main@{#915412}
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.