| Index: Source/core/layout/VerticalPositionCache.h
|
| diff --git a/Source/core/layout/VerticalPositionCache.h b/Source/core/layout/VerticalPositionCache.h
|
| index 666f3167e76429b97ff0c9896fa003b777da5d14..9e63cbc1a51b780edf50a44e0872f407f5681298 100644
|
| --- a/Source/core/layout/VerticalPositionCache.h
|
| +++ b/Source/core/layout/VerticalPositionCache.h
|
| @@ -27,6 +27,7 @@
|
| #define VerticalPositionCache_h
|
|
|
| #include "platform/fonts/FontBaseline.h"
|
| +#include "wtf/Allocator.h"
|
| #include "wtf/HashMap.h"
|
|
|
| namespace blink {
|
| @@ -37,6 +38,7 @@ class LayoutObject;
|
| const int PositionUndefined = 0x80000000;
|
|
|
| class VerticalPositionCache {
|
| + STACK_ALLOCATED();
|
| WTF_MAKE_NONCOPYABLE(VerticalPositionCache);
|
| public:
|
| VerticalPositionCache()
|
|
|