summaryrefslogtreecommitdiffstats
path: root/WebCore/platform/text/RegularExpression.h
diff options
context:
space:
mode:
Diffstat (limited to 'WebCore/platform/text/RegularExpression.h')
-rw-r--r--WebCore/platform/text/RegularExpression.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/WebCore/platform/text/RegularExpression.h b/WebCore/platform/text/RegularExpression.h
index 3254067..f1611e5 100644
--- a/WebCore/platform/text/RegularExpression.h
+++ b/WebCore/platform/text/RegularExpression.h
@@ -30,7 +30,7 @@
namespace WebCore {
-class RegularExpression {
+class RegularExpression : public FastAllocBase {
public:
RegularExpression(const String&, TextCaseSensitivity);
~RegularExpression();