summaryrefslogtreecommitdiffstats
path: root/Source/WebCore/loader/DocumentWriter.h
diff options
context:
space:
mode:
Diffstat (limited to 'Source/WebCore/loader/DocumentWriter.h')
-rw-r--r--Source/WebCore/loader/DocumentWriter.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/Source/WebCore/loader/DocumentWriter.h b/Source/WebCore/loader/DocumentWriter.h
index 5fb3dc1..fb93606 100644
--- a/Source/WebCore/loader/DocumentWriter.h
+++ b/Source/WebCore/loader/DocumentWriter.h
@@ -39,7 +39,8 @@ class Frame;
class SecurityOrigin;
class TextResourceDecoder;
-class DocumentWriter : public Noncopyable {
+class DocumentWriter {
+ WTF_MAKE_NONCOPYABLE(DocumentWriter);
public:
DocumentWriter(Frame*);