Fix scoped_refptr construction from NULL
This is a precursor to adding a new scoped_refptr(std::nullptr_t) constructor. The implicit conversion from NULL to scoped_refptr<T> causes a compilation error with the new constructor. Replace NULL with nullptr in any files where this is a problem. This CL was uploaded by git cl split. R=estade@chromium.org Bug: 1018887 Change-Id: I29b84b7807d2d1b87cea6db9967986ac3aba900a Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1884998 Auto-Submit: kylechar <kylechar@chromium.org> Reviewed-by:Evan Stade <estade@chromium.org> Commit-Queue: Evan Stade <estade@chromium.org> Cr-Commit-Position: refs/heads/master@{#710057}
Showing
Please register or sign in to comment