diff options
author | brettw@chromium.org <brettw@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-10-28 22:50:23 +0000 |
---|---|---|
committer | brettw@chromium.org <brettw@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-10-28 22:50:23 +0000 |
commit | e0f6b6fc4c7cb55b37be37ccd7dcb1e9a0929f2b (patch) | |
tree | 879616701f0b810cff765462d8446e6973bf6e3c /content/common/npobject_stub.cc | |
parent | 26f025e36b53b7691dc6cc2eb4db15b225418058 (diff) | |
download | chromium_src-e0f6b6fc4c7cb55b37be37ccd7dcb1e9a0929f2b.zip chromium_src-e0f6b6fc4c7cb55b37be37ccd7dcb1e9a0929f2b.tar.gz chromium_src-e0f6b6fc4c7cb55b37be37ccd7dcb1e9a0929f2b.tar.bz2 |
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
Diffstat (limited to 'content/common/npobject_stub.cc')
-rw-r--r-- | content/common/npobject_stub.cc | 2 |
1 files changed, 1 insertions, 1 deletions
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() { |