| Index: src/plugin/PluginFilter.cpp | 
| =================================================================== | 
| --- a/src/plugin/PluginFilter.cpp | 
| +++ b/src/plugin/PluginFilter.cpp | 
| @@ -424,6 +424,7 @@ | 
| { | 
| m_contentMapText[CFilter::contentTypeDocument] = "DOCUMENT"; | 
| m_contentMapText[CFilter::contentTypeObject] = "OBJECT"; | 
| + m_contentMapText[CFilter::contentTypeObjectSubrequest] = "OBJECT-SUBREQUEST"; | 
| m_contentMapText[CFilter::contentTypeImage] = "IMAGE"; | 
| m_contentMapText[CFilter::contentTypeScript] = "SCRIPT"; | 
| m_contentMapText[CFilter::contentTypeOther] = "OTHER"; | 
| @@ -715,5 +716,8 @@ | 
| } | 
| return true; | 
| } | 
| +#ifdef ENABLE_DEBUG_RESULT | 
| + CPluginDebug::DebugResultIgnoring(type, src, domain); | 
| +#endif | 
| return false; | 
| } |