Modify handle.is_valid() check in render_frame_host_impl.cc
handle->is_valid() will try to de-reference the handle. This CL changes ->is_valid() to .is_valid() so that the validity check is performed correctly. Bug: 824144 Change-Id: Ie6f7a5cfa2a7568cdbaceb30e0667d990d1326e3 Reviewed-on: https://chromium-review.googlesource.com/973914Reviewed-by:Ken Rockot <rockot@chromium.org> Reviewed-by:
John Abd-El-Malek <jam@chromium.org> Commit-Queue: Helen Li <xunjieli@chromium.org> Cr-Commit-Position: refs/heads/master@{#544851}
Showing
Please register or sign in to comment