Index: third_party/WebKit/Source/core/xml/parser/XMLErrors.h |
diff --git a/third_party/WebKit/Source/core/xml/parser/XMLErrors.h b/third_party/WebKit/Source/core/xml/parser/XMLErrors.h |
index d47ecb81732e5ce9a80a16e34b4091a55e2595e1..89f7154c9247923534dabb8f4ed1a7fe12d886cb 100644 |
--- a/third_party/WebKit/Source/core/xml/parser/XMLErrors.h |
+++ b/third_party/WebKit/Source/core/xml/parser/XMLErrors.h |
@@ -38,7 +38,7 @@ namespace blink { |
class Document; |
class XMLErrors { |
- DISALLOW_ALLOCATION(); |
+ DISALLOW_NEW(); |
public: |
explicit XMLErrors(Document*); |
DECLARE_TRACE(); |