summaryrefslogtreecommitdiffstats
path: root/Source/WebCore/xml/XSLImportRule.h
diff options
context:
space:
mode:
Diffstat (limited to 'Source/WebCore/xml/XSLImportRule.h')
-rw-r--r--Source/WebCore/xml/XSLImportRule.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/WebCore/xml/XSLImportRule.h b/Source/WebCore/xml/XSLImportRule.h
index 63c271e..3c5939d 100644
--- a/Source/WebCore/xml/XSLImportRule.h
+++ b/Source/WebCore/xml/XSLImportRule.h
@@ -35,6 +35,7 @@ namespace WebCore {
class CachedXSLStyleSheet;
class XSLImportRule : public StyleBase, private CachedResourceClient {
+ WTF_MAKE_FAST_ALLOCATED;
public:
static PassRefPtr<XSLImportRule> create(XSLStyleSheet* parentSheet, const String& href)
{