From e0f6b6fc4c7cb55b37be37ccd7dcb1e9a0929f2b Mon Sep 17 00:00:00 2001 From: "brettw@chromium.org" Date: Fri, 28 Oct 2011 22:50:23 +0000 Subject: Convert the non-debug logging in chrome/common to debug logging. Review URL: http://codereview.chromium.org/8370022 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@107815 0039d316-1c4b-4281-b951-d872f2087c98 --- content/common/npobject_stub.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'content/common/npobject_stub.cc') diff --git a/content/common/npobject_stub.cc b/content/common/npobject_stub.cc index 7e283ce9..c8e16a7 100644 --- a/content/common/npobject_stub.cc +++ b/content/common/npobject_stub.cc @@ -37,7 +37,7 @@ NPObjectStub::NPObjectStub( NPObjectStub::~NPObjectStub() { channel_->RemoveRoute(route_id_); - CHECK(!npobject_); + DCHECK(!npobject_); } void NPObjectStub::DeleteSoon() { -- cgit v1.1