Index: third_party/WebKit/Source/core/dom/FrameRequestCallbackCollection.h |
diff --git a/third_party/WebKit/Source/core/dom/FrameRequestCallbackCollection.h b/third_party/WebKit/Source/core/dom/FrameRequestCallbackCollection.h |
index ed2bc1ef6b2bfeaa11ca8d4cc7b5a874b6851dec..48306f3d8f4186cd560627bb60c4eef69e30c68e 100644 |
--- a/third_party/WebKit/Source/core/dom/FrameRequestCallbackCollection.h |
+++ b/third_party/WebKit/Source/core/dom/FrameRequestCallbackCollection.h |
@@ -14,7 +14,7 @@ class ExecutionContext; |
class FrameRequestCallback; |
class CORE_EXPORT FrameRequestCallbackCollection final { |
- DISALLOW_ALLOCATION(); |
+ DISALLOW_NEW(); |
public: |
explicit FrameRequestCallbackCollection(ExecutionContext*); |