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=reillyg@chromium.org Bug: 1018887 Change-Id: Idb34b1c7731f9494d8ebc6aa471bc26f16f72619 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1884995 Auto-Submit: kylechar <kylechar@chromium.org> Reviewed-by:Reilly Grant <reillyg@chromium.org> Commit-Queue: Reilly Grant <reillyg@chromium.org> Cr-Commit-Position: refs/heads/master@{#710132}
Showing
Please register or sign in to comment