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

Unified Diff: src/plugin/PluginFilter.cpp

Issue 5147478013771776: Issue 1500 - Pre-roll video ads are not blocked on theverge.com (Closed)
Patch Set: Created Nov. 12, 2014, 1:26 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/plugin/PluginFilter.cpp
===================================================================
--- a/src/plugin/PluginFilter.cpp
+++ b/src/plugin/PluginFilter.cpp
@@ -420,7 +420,7 @@
{
m_contentMapText[CFilter::contentTypeDocument] = "DOCUMENT";
m_contentMapText[CFilter::contentTypeObject] = "OBJECT";
- m_contentMapText[CFilter::contentTypeObjectSubrequest] = "OBJECT-SUBREQUEST";
+ m_contentMapText[CFilter::contentTypeObjectSubrequest] = "OBJECT_SUBREQUEST";
m_contentMapText[CFilter::contentTypeImage] = "IMAGE";
m_contentMapText[CFilter::contentTypeScript] = "SCRIPT";
m_contentMapText[CFilter::contentTypeOther] = "OTHER";
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld