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

Unified Diff: Shared/PluginTabBase.cpp

Issue 10580043: Run a single FilterEngine instance in a separate process (Closed)
Patch Set: Addressed all issues Created May 23, 2013, 12:29 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
« AdblockPlusEngine/main.cpp ('K') | « Shared/PluginSettings.cpp ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Shared/PluginTabBase.cpp
===================================================================
--- a/Shared/PluginTabBase.cpp
+++ b/Shared/PluginTabBase.cpp
@@ -135,7 +135,7 @@
#endif
std::string domainString = CT2A(GetDocumentDomain());
- m_filter->LoadHideFilters(CPluginClient::GetInstance()->GetFilterEngine()->GetElementHidingSelectors(domainString));
+ m_filter->LoadHideFilters(CPluginClient::GetInstance()->GetElementHidingSelectors(domainString));
#ifdef SUPPORT_DOM_TRAVERSER
m_traverser->ClearCache();
« AdblockPlusEngine/main.cpp ('K') | « Shared/PluginSettings.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld