commit | bb2f325277339b5cc378d2fd9f7c3d92b4446655 | [log] [tgz] |
---|---|---|
author | Xianzhu Wang <[email protected]> | Mon Aug 29 05:19:47 2022 |
committer | Chromium LUCI CQ <[email protected]> | Mon Aug 29 05:19:47 2022 |
tree | a6a283e050568ba4ed32af1de2885eecb4145619 | |
parent | b8be6afa215d895cf6aaaa2c76a558b7f360500a [diff] |
RecordInfo::IsConsideredAbstract() with implicit default constructor This CL let RecordInfo::IsConsideredAbstract() return false if the class has the implicit default constructor. In the case the class can be instantiated so should be considered in the manual dispatch and finalize methods. This change is not behind a flag because the plugin didn't find any new problem is the current blink code. Change-Id: I80a6c87b2cd9f83e710923c795866b3779a0ed5b Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3861170 Commit-Queue: Kentaro Hara <[email protected]> Auto-Submit: Xianzhu Wang <[email protected]> Reviewed-by: Kentaro Hara <[email protected]> Cr-Commit-Position: refs/heads/main@{#1040260}
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.