Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1752)

Unified Diff: mojo/public/cpp/bindings/lib/interface_impl_internal.h

Issue 480663003: Converts some DCHECKs into CHECKs in hopes of helping with a crash (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « mojo/public/cpp/bindings/lib/connector.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/public/cpp/bindings/lib/interface_impl_internal.h
diff --git a/mojo/public/cpp/bindings/lib/interface_impl_internal.h b/mojo/public/cpp/bindings/lib/interface_impl_internal.h
index 79f59d82b29920feda90849e6a3a13f01b1f664d..07a16d1ca557637cc656b1ced69812a8cf236783 100644
--- a/mojo/public/cpp/bindings/lib/interface_impl_internal.h
+++ b/mojo/public/cpp/bindings/lib/interface_impl_internal.h
@@ -65,7 +65,7 @@ class InterfaceImplState : public ErrorHandler {
void Bind(ScopedMessagePipeHandle handle,
bool instance_bound_to_pipe,
const MojoAsyncWaiter* waiter) {
- MOJO_DCHECK(!router_);
+ MOJO_CHECK(!router_);
FilterChain filters;
filters.Append<MessageHeaderValidator>();
« no previous file with comments | « mojo/public/cpp/bindings/lib/connector.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698