| 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; |
|
hub
2017/09/26 21:48:59
these RegExp where in Filter in the JS code. Maybe
sergei
2017/10/02 12:02:32
If they are not used anywhere else, then I would l
|
| }; |
| typedef intrusive_ptr<Filter> FilterPtr; |