commit | 94d20faa163464fdca6768bda57286215792334f | [log] [tgz] |
---|---|---|
author | Mason Freed <masonf@chromium.org> | Wed Nov 20 00:02:28 2024 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Wed Nov 20 00:02:28 2024 |
tree | d48924e6deb69069fcfbc5a7d1a6696de344493d | |
parent | 1f164f6d6a5f8c6076df7e75853a265785444ebe [diff] |
Remove CHECK that can get hit due to foster parenting In this case: <table> <template> <h1 parseparts>{{#}}</h1> </template> </table> the prior CHECK could get hit. Since we're just popping the part root, this CL just removes the CHECK. Note that the prior CL that added the test for this inadvertently made the test not work, due to the name. See crbug.com/379764806. Bug: 40271855 Bug: 379764806 Change-Id: Ib723cf166ecbe0f2a7da855c27d56e84e2957fba Fixed: 372994343 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6033772 Reviewed-by: Di Zhang <dizhangg@chromium.org> Commit-Queue: Di Zhang <dizhangg@chromium.org> Auto-Submit: Mason Freed <masonf@chromium.org> Cr-Commit-Position: refs/heads/main@{#1385341}
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.