 Issue 29331537:
  Noissue - Change argument of 'GetHtmlElementAttribute()' to 'std::wstring'
    
  
    Issue 29331537:
  Noissue - Change argument of 'GetHtmlElementAttribute()' to 'std::wstring' 
  | Index: src/plugin/PluginFilter.cpp | 
| =================================================================== | 
| --- a/src/plugin/PluginFilter.cpp | 
| +++ b/src/plugin/PluginFilter.cpp | 
| @@ -355,8 +355,7 @@ | 
| } | 
| else | 
| { | 
| - CComBSTR attrArgument(attrIt->m_attr.length(), attrIt->m_attr.c_str()); | 
| - auto x = GetHtmlElementAttribute(*pEl, attrArgument); | 
| + auto x = GetHtmlElementAttribute(*pEl, attrIt->m_attr); | 
| attrFound = x.isAttributeFound; | 
| if (attrFound) | 
| { |