summaryrefslogtreecommitdiffstats
path: root/Source/WebCore/svg/SVGPathParser.h
diff options
context:
space:
mode:
Diffstat (limited to 'Source/WebCore/svg/SVGPathParser.h')
-rw-r--r--Source/WebCore/svg/SVGPathParser.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/Source/WebCore/svg/SVGPathParser.h b/Source/WebCore/svg/SVGPathParser.h
index 7679a95..096131c 100644
--- a/Source/WebCore/svg/SVGPathParser.h
+++ b/Source/WebCore/svg/SVGPathParser.h
@@ -29,12 +29,12 @@
#include "SVGPathConsumer.h"
#include "SVGPathSeg.h"
#include "SVGPathSource.h"
-#include <wtf/Noncopyable.h>
#include <wtf/PassOwnPtr.h>
namespace WebCore {
-class SVGPathParser : public Noncopyable {
+class SVGPathParser {
+ WTF_MAKE_NONCOPYABLE(SVGPathParser); WTF_MAKE_FAST_ALLOCATED;
public:
SVGPathParser();