Index: third_party/WebKit/Source/core/loader/EmptyClients.h |
diff --git a/third_party/WebKit/Source/core/loader/EmptyClients.h b/third_party/WebKit/Source/core/loader/EmptyClients.h |
index 80eb48366aaab3705c36ecf1cb435d49420b07a5..fc2a48c0be7077eb31fdfdbe17baae180bf0e61e 100644 |
--- a/third_party/WebKit/Source/core/loader/EmptyClients.h |
+++ b/third_party/WebKit/Source/core/loader/EmptyClients.h |
@@ -264,7 +264,7 @@ protected: |
}; |
class CORE_EXPORT EmptyTextCheckerClient : public TextCheckerClient { |
- DISALLOW_ALLOCATION(); |
+ DISALLOW_NEW(); |
public: |
~EmptyTextCheckerClient() { } |