Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code

Unified Diff: src/plugin/AdblockPlusDomTraverser.cpp

Issue 29347788: Issue #1234 - Remove transitional conversion functions for CString (Closed)
Patch Set: one more Created July 17, 2016, 2:20 p.m.
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « src/plugin/ATL_Deprecate.cpp ('k') | src/plugin/PluginDebug.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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(indent + L"HideEl::Hiding " + type + L" url:" + url)
#ifdef ENABLE_DEBUG_RESULT
if (isDebug)
{
« no previous file with comments | « src/plugin/ATL_Deprecate.cpp ('k') | src/plugin/PluginDebug.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld