commit | f1b2e4a01db38525422934593a895d12a1958bd1 | [log] [tgz] |
---|---|---|
author | Daniel Rubery <drubery@chromium.org> | Tue May 17 20:34:01 2022 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Tue May 17 20:34:01 2022 |
tree | 64008f24b9a0adca13d6defd2d9cddda4750a7d0 | |
parent | ec9548686c1e689a70fca030e471bbe01aaf7ad8 [diff] |
Check for null main frame in ClientSideDetectionHost::LogPreClassificationResult When the object is being destroyed because the WebContents is going away, it's possible for GetMainFrame() to return null. Bug: 1326399 Change-Id: Ia0a65773c0e87b5bd27eb5c68c57564e2f953c37 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3645579 Commit-Queue: Daniel Rubery <drubery@chromium.org> Reviewed-by: Rohit Bhatia <bhatiarohit@google.com> Auto-Submit: Daniel Rubery <drubery@chromium.org> Commit-Queue: Rohit Bhatia <bhatiarohit@google.com> Cr-Commit-Position: refs/heads/main@{#1004431}
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.