summaryrefslogtreecommitdiffstats
path: root/Source/WebCore/svg/SVGPathByteStream.h
diff options
context:
space:
mode:
Diffstat (limited to 'Source/WebCore/svg/SVGPathByteStream.h')
-rw-r--r--Source/WebCore/svg/SVGPathByteStream.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/Source/WebCore/svg/SVGPathByteStream.h b/Source/WebCore/svg/SVGPathByteStream.h
index b8882b6..a444ac0 100644
--- a/Source/WebCore/svg/SVGPathByteStream.h
+++ b/Source/WebCore/svg/SVGPathByteStream.h
@@ -43,7 +43,8 @@ typedef union {
unsigned char bytes[sizeof(unsigned short)];
} UnsignedShortByte;
-class SVGPathByteStream : public Noncopyable {
+class SVGPathByteStream {
+ WTF_MAKE_NONCOPYABLE(SVGPathByteStream); WTF_MAKE_FAST_ALLOCATED;
public:
static PassOwnPtr<SVGPathByteStream> create()
{