Loading ipc/glue/UtilityProcessHost.cpp +2 −2 Original line number Diff line number Diff line Loading @@ -268,10 +268,10 @@ void UtilityProcessHost::OnChannelClosed() { if (!mShutdownRequested && mListener) { // This is an unclean shutdown. Notify our listener that we're going away. mListener->OnProcessUnexpectedShutdown(this); } else { DestroyProcess(); } DestroyProcess(); // Release the actor. UtilityProcessParent::Destroy(std::move(mUtilityProcessParent)); } Loading Loading
ipc/glue/UtilityProcessHost.cpp +2 −2 Original line number Diff line number Diff line Loading @@ -268,10 +268,10 @@ void UtilityProcessHost::OnChannelClosed() { if (!mShutdownRequested && mListener) { // This is an unclean shutdown. Notify our listener that we're going away. mListener->OnProcessUnexpectedShutdown(this); } else { DestroyProcess(); } DestroyProcess(); // Release the actor. UtilityProcessParent::Destroy(std::move(mUtilityProcessParent)); } Loading