Index: third_party/WebKit/Source/core/style/GridTrackSize.h |
diff --git a/third_party/WebKit/Source/core/style/GridTrackSize.h b/third_party/WebKit/Source/core/style/GridTrackSize.h |
index 47b4e6aa72145ded8b4ffca84ce936b1652d45c9..9cd614951b61226eb012bae0ef1d4122ff171239 100644 |
--- a/third_party/WebKit/Source/core/style/GridTrackSize.h |
+++ b/third_party/WebKit/Source/core/style/GridTrackSize.h |
@@ -42,7 +42,7 @@ enum GridTrackSizeType { |
}; |
class GridTrackSize { |
- ALLOW_ONLY_INLINE_ALLOCATION(); |
+ DISALLOW_NEW_EXCEPT_PLACEMENT_NEW(); |
public: |
GridTrackSize(const GridLength& length) |
: m_type(LengthTrackSizing) |