commit | 02481c5252add5726d8ed98236f255833cd9c2a5 | [log] [tgz] |
---|---|---|
author | Michael Wilson <[email protected]> | Wed Aug 06 22:48:33 2025 |
committer | Chromium LUCI CQ <[email protected]> | Wed Aug 06 22:48:33 2025 |
tree | f875bf3ab4473ef370829c5234c275e249bbfbf0 | |
parent | cd15b47dfe252fbb8e4de8785c1f9652987ee13a [diff] |
More miscellaneous cleanup in WebAudio codebase This should cause no functional change. This CL performs some follow-up fixes promised in previous CLs: - crrev.com/c/3565058 - crrev.com/c/3583279 - crrev.com/c/3577934 Fixes include: - Convert DCHECK(0) to NOTREACHED() - Change declaration order - Remove comment that is no longer applicable Change-Id: I95e3a86e64fffbd566f209a77a6b921f36e80cae Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6825622 Commit-Queue: Michael Wilson <[email protected]> Reviewed-by: Matt Reynolds <[email protected]> Cr-Commit-Position: refs/heads/main@{#1497902}
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.