| Index: Source/core/layout/shapes/RasterShape.h
|
| diff --git a/Source/core/layout/shapes/RasterShape.h b/Source/core/layout/shapes/RasterShape.h
|
| index bf24bd20b425a9336a14b1eada9f29a7c4a0e04d..26d1ca2cac2f71c57298d58fed9820b3890617a0 100644
|
| --- a/Source/core/layout/shapes/RasterShape.h
|
| +++ b/Source/core/layout/shapes/RasterShape.h
|
| @@ -39,6 +39,7 @@
|
| namespace blink {
|
|
|
| class RasterShapeIntervals {
|
| + WTF_MAKE_FAST_ALLOCATED(RasterShapeIntervals);
|
| public:
|
| RasterShapeIntervals(unsigned size, int offset = 0)
|
| : m_offset(offset)
|
|
|