Index: third_party/mojo/src/mojo/edk/embedder/test_embedder.cc |
diff --git a/third_party/mojo/src/mojo/edk/embedder/test_embedder.cc b/third_party/mojo/src/mojo/edk/embedder/test_embedder.cc |
index 791a888a939723987fe351dc5c57263586ea247f..36f1a5a78b2432e61423e1fe99b577bc6ba77859 100644 |
--- a/third_party/mojo/src/mojo/edk/embedder/test_embedder.cc |
+++ b/third_party/mojo/src/mojo/edk/embedder/test_embedder.cc |
@@ -48,7 +48,7 @@ void InitWithSimplePlatformSupport() { |
bool Shutdown() { |
// If |InitIPCSupport()| was called, then |ShutdownIPCSupport()| must have |
// been called first. |
- CHECK(internal::g_process_type == ProcessType::UNINITIALIZED); |
+ CHECK(!internal::g_ipc_support); |
CHECK(internal::g_core); |
bool rv = system::internal::ShutdownCheckNoLeaks(internal::g_core); |