Index: third_party/WebKit/Source/core/loader/FormSubmission.h |
diff --git a/third_party/WebKit/Source/core/loader/FormSubmission.h b/third_party/WebKit/Source/core/loader/FormSubmission.h |
index 9d2cfbc9c43a5455da474b70d745025440529ca8..0c612ecacbdf26e30f945d5f5926a48e6be1322a 100644 |
--- a/third_party/WebKit/Source/core/loader/FormSubmission.h |
+++ b/third_party/WebKit/Source/core/loader/FormSubmission.h |
@@ -48,7 +48,7 @@ public: |
enum Method { GetMethod, PostMethod, DialogMethod }; |
class Attributes { |
- DISALLOW_ALLOCATION(); |
+ DISALLOW_NEW(); |
WTF_MAKE_NONCOPYABLE(Attributes); |
public: |
Attributes() |