Index: compiled/filter/RegExpFilter.h |
=================================================================== |
--- a/compiled/filter/RegExpFilter.h |
+++ b/compiled/filter/RegExpFilter.h |
@@ -33,17 +33,17 @@ |
}; |
mutable String::size_type mDomainsStart; |
mutable String::size_type mDomainsEnd; |
mutable String::size_type mSitekeysStart; |
mutable String::size_type mSitekeysEnd; |
int mContentType; |
bool mMatchCase; |
TrippleState mThirdParty; |
- TrippleState mCollapse; |
+ bool mCollapse; |
bool RegExpParsingDone() const |
{ |
return mPatternStart == String::npos; |
} |
void SetRegExp(int regexpId) const |
{ |