Index: third_party/WebKit/Source/core/style/GridResolvedPosition.h |
diff --git a/third_party/WebKit/Source/core/style/GridResolvedPosition.h b/third_party/WebKit/Source/core/style/GridResolvedPosition.h |
index 70527ec73538d29de2a81336772ab3415a5fe129..184d312ccdbe60f2a31f8dec2b3a2933f63f14c0 100644 |
--- a/third_party/WebKit/Source/core/style/GridResolvedPosition.h |
+++ b/third_party/WebKit/Source/core/style/GridResolvedPosition.h |
@@ -29,7 +29,7 @@ enum GridTrackSizingDirection { |
// This class represents an index into one of the dimensions of the grid array. |
// Wraps a size_t integer just for the purpose of knowing what we manipulate in the grid code. |
class GridResolvedPosition { |
- DISALLOW_ALLOCATION(); |
+ DISALLOW_NEW(); |
public: |
static GridResolvedPosition adjustGridPositionForAfterEndSide(size_t resolvedPosition) |
{ |