Index: compiled/filter/Filter.h |
=================================================================== |
--- a/compiled/filter/Filter.h |
+++ b/compiled/filter/Filter.h |
@@ -51,11 +51,14 @@ |
const String& BINDINGS_EXPORTED GetText() const |
{ |
return mText; |
} |
OwnedString BINDINGS_EXPORTED Serialize() const; |
static Filter* BINDINGS_EXPORTED FromText(DependentString& text); |
+ |
+ static const DependentString regexpRegExp; |
+ static const DependentString optionsRegExp; |
}; |
typedef intrusive_ptr<Filter> FilterPtr; |