| commit | ca64b0610c7b5119617f836093ea505a276b43c6 | [log] [tgz] |
|---|---|---|
| author | Ayumi Ono <ayumiohno@google.com> | Tue Dec 02 10:28:35 2025 |
| committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Tue Dec 02 10:28:35 2025 |
| tree | 80dff18dc563cb4374701a2b90e2fef0cb288c75 | |
| parent | 9529e2b9dfd0c4a8a891e14f12666ef1ef3bd387 [diff] |
PA: Restrict use_sized_deallocation’s assertion to Clang In https://crrev.com/c/7136445, we added an assertion: !is_win || !is_component_build || use_sized_deallocation This assertion is to prevent symbol mismatches with Abseil .def lists, which are created expecting sized deallocation. However, ANGLE MSVC builds (where is_clang is false) have use_sized_deallocation as false, triggering an assertion failure. Since Abseil is not used in these builds, we restrict the assertion to only run when is_clang is true. Bug: 410190984 Change-Id: I2c040e6003ed17ee1d6677659ac4b4b37990e552 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/7214907 Reviewed-by: Hans Wennborg <hans@chromium.org> Commit-Queue: Ayumi Ono <ayumiohno@google.com> Reviewed-by: Stephen Nusko <nuskos@chromium.org> Reviewed-by: Mikihito Matsuura <mikt@google.com> Cr-Commit-Position: refs/heads/main@{#1552695}
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.