| Index: chrome_frame/bind_context_info.cc
|
| ===================================================================
|
| --- chrome_frame/bind_context_info.cc (revision 53172)
|
| +++ chrome_frame/bind_context_info.cc (working copy)
|
| @@ -47,9 +47,10 @@
|
| hr = internal.QueryFrom(context);
|
| DCHECK(SUCCEEDED(hr));
|
| if (SUCCEEDED(hr)) {
|
| - BindContextInfo* ret = NULL;
|
| hr = internal->GetCppObject(reinterpret_cast<void**>(info));
|
| DCHECK_EQ(hr, S_OK);
|
| + DLOG_IF(ERROR, *info != static_cast<BindContextInfo*>(internal.get()))
|
| + << "marshalling took place!";
|
| }
|
| } else {
|
| DCHECK(FAILED(hr));
|
|
|