Index: compiled/filter/RegExpFilter.h |
=================================================================== |
--- a/compiled/filter/RegExpFilter.h |
+++ b/compiled/filter/RegExpFilter.h |
@@ -102,8 +102,10 @@ public: |
static void GenerateCustomBindings(); |
bool BINDINGS_EXPORTED Matches(const String& location, int typeMask, |
DependentString& docDomain, bool thirdParty, const String& sitekey) const; |
const DependentString GetRegExpSource() const |
{ |
return mData.GetRegExpSource(mText); |
} |
}; |
+ |
+typedef intrusive_ptr<RegExpFilter> RegExpFilterPtr; |