commit | 76badb1c24643167fbb5bcc7505af7592086d2ef | [log] [tgz] |
---|---|---|
author | Koji Ishii <kojii@chromium.org> | Thu Feb 01 16:48:49 2024 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Thu Feb 01 16:48:49 2024 |
tree | e633e58ce2d03552ece384dfa38dceda69ca940c | |
parent | 7e4e9c9b7f278e623a70bd7a9cf51d4dac328309 [diff] |
Change the type of `PropagateParallelFlowBreakToken` All `BreakToken` in `LineInfo::PropagateParallelFlowBreakToken` should be `InlineBreakToken`, and there are `DCHECK` for it. This patch changes it to be `InlineBreakToken` so that it's enforced at the compile time. This patch has no behavior changes. Change-Id: Ibcdfdb04ad362d7a6b766e565bbd323492253ace Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5257044 Reviewed-by: Morten Stenshorne <mstensho@chromium.org> Commit-Queue: Koji Ishii <kojii@chromium.org> Cr-Commit-Position: refs/heads/main@{#1255092}
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.