summaryrefslogtreecommitdiffstats
path: root/Source/WebCore/svg/SVGElementRareData.h
diff options
context:
space:
mode:
Diffstat (limited to 'Source/WebCore/svg/SVGElementRareData.h')
-rw-r--r--Source/WebCore/svg/SVGElementRareData.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/Source/WebCore/svg/SVGElementRareData.h b/Source/WebCore/svg/SVGElementRareData.h
index 4276c4a..3318dee 100644
--- a/Source/WebCore/svg/SVGElementRareData.h
+++ b/Source/WebCore/svg/SVGElementRareData.h
@@ -31,7 +31,8 @@ class SVGCursorElement;
class SVGElement;
class SVGElementInstance;
-class SVGElementRareData : public Noncopyable {
+class SVGElementRareData {
+ WTF_MAKE_NONCOPYABLE(SVGElementRareData); WTF_MAKE_FAST_ALLOCATED;
public:
SVGElementRareData()
: m_cursorElement(0)