| Index: Source/core/style/GridPosition.h
|
| diff --git a/Source/core/style/GridPosition.h b/Source/core/style/GridPosition.h
|
| index fcec656c17afaea01eec81e4952cae71b309b0ac..255c6b9108a7b028e141cad51df1a36ce2c29ed2 100644
|
| --- a/Source/core/style/GridPosition.h
|
| +++ b/Source/core/style/GridPosition.h
|
| @@ -31,6 +31,7 @@
|
| #ifndef GridPosition_h
|
| #define GridPosition_h
|
|
|
| +#include "wtf/Allocator.h"
|
| #include "wtf/text/WTFString.h"
|
|
|
| namespace blink {
|
| @@ -43,6 +44,7 @@ enum GridPositionType {
|
| };
|
|
|
| class GridPosition {
|
| + DISALLOW_ALLOCATION();
|
| public:
|
| GridPosition()
|
| : m_type(AutoPosition)
|
|
|