summaryrefslogtreecommitdiffstats
path: root/chrome_frame/bind_context_info.cc
diff options
context:
space:
mode:
authortommi@chromium.org <tommi@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-05-19 18:45:56 +0000
committertommi@chromium.org <tommi@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-05-19 18:45:56 +0000
commit0a56b39f45136a1fef0b74e99171bfe3228d3b4f (patch)
treed23362c91af6cf11b332724527e5ca540f8c3eac /chrome_frame/bind_context_info.cc
parent7ec1f4e1d7ac5c68cfbc4c6d62e11b15205bbce2 (diff)
downloadchromium_src-0a56b39f45136a1fef0b74e99171bfe3228d3b4f.zip
chromium_src-0a56b39f45136a1fef0b74e99171bfe3228d3b4f.tar.gz
chromium_src-0a56b39f45136a1fef0b74e99171bfe3228d3b4f.tar.bz2
Addressing review comment from Stoyan (remove one dlog statement).
TEST=none BUG=none TBR=stoyan Review URL: http://codereview.chromium.org/2102010 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@47691 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome_frame/bind_context_info.cc')
-rw-r--r--chrome_frame/bind_context_info.cc3
1 files changed, 0 insertions, 3 deletions
diff --git a/chrome_frame/bind_context_info.cc b/chrome_frame/bind_context_info.cc
index fdc6c8d..1f57573 100644
--- a/chrome_frame/bind_context_info.cc
+++ b/chrome_frame/bind_context_info.cc
@@ -50,9 +50,6 @@ HRESULT BindContextInfo::FromBindContext(IBindCtx* bind_context,
BindContextInfo* ret = NULL;
hr = internal->GetCppObject(reinterpret_cast<void**>(info));
DCHECK_EQ(hr, S_OK);
- DLOG_IF(ERROR, reinterpret_cast<void*>(ret) !=
- reinterpret_cast<void*>(internal.get()))
- << "marshalling took place!";
}
} else {
DCHECK(FAILED(hr));