summaryrefslogtreecommitdiffstats
path: root/Source/WebCore/svg/SVGFontData.h
diff options
context:
space:
mode:
Diffstat (limited to 'Source/WebCore/svg/SVGFontData.h')
-rw-r--r--Source/WebCore/svg/SVGFontData.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/Source/WebCore/svg/SVGFontData.h b/Source/WebCore/svg/SVGFontData.h
index e897a59..f202d26 100644
--- a/Source/WebCore/svg/SVGFontData.h
+++ b/Source/WebCore/svg/SVGFontData.h
@@ -25,7 +25,8 @@
namespace WebCore {
-class SVGFontData : public Noncopyable {
+class SVGFontData {
+ WTF_MAKE_NONCOPYABLE(SVGFontData); WTF_MAKE_FAST_ALLOCATED;
public:
SVGFontData(SVGFontFaceElement*);
virtual ~SVGFontData() { }