Index: third_party/WebKit/Source/core/workers/SharedWorkerRepositoryClient.h |
diff --git a/third_party/WebKit/Source/core/workers/SharedWorkerRepositoryClient.h b/third_party/WebKit/Source/core/workers/SharedWorkerRepositoryClient.h |
index e965e05306eb030d1c7c7bfa178afaf048303932..b447a2851f15a29a3a7253136e221bfba66b151d 100644 |
--- a/third_party/WebKit/Source/core/workers/SharedWorkerRepositoryClient.h |
+++ b/third_party/WebKit/Source/core/workers/SharedWorkerRepositoryClient.h |
@@ -48,7 +48,7 @@ class SharedWorker; |
class SharedWorkerRepositoryClient { |
WTF_MAKE_NONCOPYABLE(SharedWorkerRepositoryClient); |
- DISALLOW_ALLOCATION(); |
+ DISALLOW_NEW(); |
public: |
SharedWorkerRepositoryClient() { } |
virtual ~SharedWorkerRepositoryClient() { } |