Index: third_party/WebKit/Source/core/events/NodeEventContext.h |
diff --git a/third_party/WebKit/Source/core/events/NodeEventContext.h b/third_party/WebKit/Source/core/events/NodeEventContext.h |
index 0f0b7958131afbadb7f2ba061f9ff112a88a9d60..b3588cc385db0ad05d7e044af78d69634975e52e 100644 |
--- a/third_party/WebKit/Source/core/events/NodeEventContext.h |
+++ b/third_party/WebKit/Source/core/events/NodeEventContext.h |
@@ -39,7 +39,7 @@ class Node; |
class TouchEventContext; |
class CORE_EXPORT NodeEventContext { |
- ALLOW_ONLY_INLINE_ALLOCATION(); |
+ DISALLOW_NEW_EXCEPT_PLACEMENT_NEW(); |
DECLARE_EMPTY_DESTRUCTOR_WILL_BE_REMOVED(NodeEventContext); |
public: |
// FIXME: Use ContainerNode instead of Node. |