summaryrefslogtreecommitdiffstats
path: root/Source/WebCore/loader/FormSubmission.h
diff options
context:
space:
mode:
Diffstat (limited to 'Source/WebCore/loader/FormSubmission.h')
-rw-r--r--Source/WebCore/loader/FormSubmission.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/Source/WebCore/loader/FormSubmission.h b/Source/WebCore/loader/FormSubmission.h
index d724835..7f58f91 100644
--- a/Source/WebCore/loader/FormSubmission.h
+++ b/Source/WebCore/loader/FormSubmission.h
@@ -47,7 +47,8 @@ class FormSubmission : public RefCounted<FormSubmission> {
public:
enum Method { GetMethod, PostMethod };
- class Attributes : public Noncopyable {
+ class Attributes {
+ WTF_MAKE_NONCOPYABLE(Attributes);
public:
Attributes()
: m_method(GetMethod)