commit | 37594cbfa3400a04d9fc798cf6ecdaca0026bf6f | [log] [tgz] |
---|---|---|
author | kylechar <[email protected]> | Fri Nov 15 16:41:17 2019 |
committer | Commit Bot <[email protected]> | Fri Nov 15 16:41:17 2019 |
tree | 36805a6dfd24bf208b5b6d9c4644a694d005fcf6 | |
parent | a82404ca495620e483f64a3cc1387225b0196208 [diff] |
Fix assigning NULL to scoped_refptr Update code where NULL or 0 is assigned to a scoped_refptr to reset it. Just call reset() instead. If operator=(std::nullptr_t) is added these assignments become ambiguous. This CL was uploaded by git cl split. [email protected] Bug: 1024981 Change-Id: Ia3973b95ed896197678e47de7697f68c3ab2e784 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1918156 Auto-Submit: kylechar <[email protected]> Reviewed-by: Raymes Khoury <[email protected]> Commit-Queue: kylechar <[email protected]> Cr-Commit-Position: refs/heads/master@{#715710}
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.
Documentation in the source is rooted in docs/README.md.
Learn how to Get Around the Chromium Source Code Directory Structure .