Use Node& instead of Node* as a parameter
there are some functions which node object was passed as a parameter at child_list_mutation_scope.h. and the object is never nullptr. so it can be changed to reference instead of pointer. Bug: 874385 Change-Id: I66f3840c688b50fe622712727e1c3fb0c90bae92 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1604394Reviewed-by:Hayato Ito <hayato@chromium.org> Commit-Queue: Hwanseung Lee <hs1217.lee@samsung.com> Cr-Commit-Position: refs/heads/master@{#658994}
Showing
Please register or sign in to comment