Index: src/plugin/AdblockPlusDomTraverser.cpp |
=================================================================== |
--- a/src/plugin/AdblockPlusDomTraverser.cpp |
+++ b/src/plugin/AdblockPlusDomTraverser.cpp |
@@ -146,7 +146,7 @@ |
static const CComBSTR sbstrNone(L"none"); |
if (SUCCEEDED(pStyle->put_display(sbstrNone))) |
{ |
- DEBUG_HIDE_EL(ToWstring(indent) + L"HideEl::Hiding " + ToWstring(type) + L" url:" + url) |
+ DEBUG_HIDE_EL(ToWstring(indent) + L"HideEl::Hiding " + type + L" url:" + url) |
RastaJedi
2016/07/16 19:41:18
You said you removed last reference to `ToWstring(
RastaJedi
2016/07/16 19:46:06
Ignore me!
Eric
2016/07/17 14:24:22
No, this is right.
The macro DEBUG_HIDE_EL is tur
|
#ifdef ENABLE_DEBUG_RESULT |
if (isDebug) |
{ |