| Index: compiled/ElemHideEmulationFilter.cpp |
| =================================================================== |
| rename from compiled/CSSPropertyFilter.cpp |
| rename to compiled/ElemHideEmulationFilter.cpp |
| --- a/compiled/CSSPropertyFilter.cpp |
| +++ b/compiled/ElemHideEmulationFilter.cpp |
| @@ -1,13 +1,7 @@ |
| -#include "CSSPropertyFilter.h" |
| -#include "RegExpFilter.h" |
| +#include "ElemHideEmulationFilter.h" |
| -CSSPropertyFilter::CSSPropertyFilter(const String& text, |
| +ElemHideEmulationFilter::ElemHideEmulationFilter(const String& text, |
| const ElemHideData& data) |
| - : ElemHideBase(Type::CSSPROPERTY, text, data), mPropertyData(data) |
| + : ElemHideBase(Type::ELEMHIDEEMULATION, text, data) |
| { |
| } |
| - |
| -OwnedString CSSPropertyFilter::GetRegExpString() const |
| -{ |
| - return RegExpFilter::RegExpFromSource(mPropertyData.GetRegExpSource(mText)); |
| -} |