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

Unified Diff: Shared/AdblockPlusDomTraverser.cpp

Issue 9998007: Initial libadblockplus integration (Closed)
Patch Set: Created April 1, 2013, 9:55 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
Index: Shared/AdblockPlusDomTraverser.cpp
===================================================================
--- a/Shared/AdblockPlusDomTraverser.cpp
+++ b/Shared/AdblockPlusDomTraverser.cpp
@@ -140,7 +140,7 @@
#ifdef ENABLE_DEBUG_RESULT
if (isDebug)
{
- CPluginDebug::DebugResultHiding(type, url, "-", "-");
+ CPluginDebug::DebugResultHiding(type, url, "-");
}
#endif // ENABLE_DEBUG_RESULT
}

Powered by Google App Engine
This is Rietveld