Fix nullptr dereference in MojoShellConnectionImpl
ShutdownOnIOThread may be called more than once. If this happens, the MessageLoop observer will be null during the second call. This ensures that we don't dereference it in that case. BUG=None TBR=ben@chromium.org Review-Url: https://codereview.chromium.org/2259753002 Cr-Commit-Position: refs/heads/master@{#412768}
Showing
Please register or sign in to comment