Index: third_party/WebKit/Source/core/page/TouchAdjustment.cpp |
diff --git a/third_party/WebKit/Source/core/page/TouchAdjustment.cpp b/third_party/WebKit/Source/core/page/TouchAdjustment.cpp |
index a4b022c16c0f60741cdee89729209eb1b3ed5a14..87fb89c9cbab24c8f71f25039c004cfe1451fbd6 100644 |
--- a/third_party/WebKit/Source/core/page/TouchAdjustment.cpp |
+++ b/third_party/WebKit/Source/core/page/TouchAdjustment.cpp |
@@ -47,7 +47,7 @@ const float zeroTolerance = 1e-6f; |
// Class for remembering absolute quads of a target node and what node they represent. |
class SubtargetGeometry { |
- ALLOW_ONLY_INLINE_ALLOCATION(); |
+ DISALLOW_NEW_EXCEPT_PLACEMENT_NEW(); |
public: |
SubtargetGeometry(Node* node, const FloatQuad& quad) |
: m_node(node) |