Index: mojo/cc/context_provider_mojo.cc |
diff --git a/mojo/cc/context_provider_mojo.cc b/mojo/cc/context_provider_mojo.cc |
index 3bfd1a160165367f49507467a47a549ec1bec1ff..9d57e52c8d1ce3f5bbd8933187c1ecca19ad91e5 100644 |
--- a/mojo/cc/context_provider_mojo.cc |
+++ b/mojo/cc/context_provider_mojo.cc |
@@ -22,6 +22,7 @@ bool ContextProviderMojo::BindToCurrentThread() { |
&ContextLostThunk, |
this, |
Environment::GetDefaultAsyncWaiter()); |
+ DCHECK(context_); |
return !!context_; |
} |