| Index: Source/core/style/LineClampValue.h
|
| diff --git a/Source/core/style/LineClampValue.h b/Source/core/style/LineClampValue.h
|
| index 0a3a30b4cfc92eeda97ccba14f4a96cf2767aebc..a22af27b24e2bb269ff450a9203c1f71f9adc49c 100644
|
| --- a/Source/core/style/LineClampValue.h
|
| +++ b/Source/core/style/LineClampValue.h
|
| @@ -26,10 +26,12 @@
|
| #define LineClampValue_h
|
|
|
| #include "core/style/ComputedStyleConstants.h"
|
| +#include "wtf/Allocator.h"
|
|
|
| namespace blink {
|
|
|
| class LineClampValue {
|
| + DISALLOW_ALLOCATION();
|
| public:
|
| LineClampValue()
|
| : m_type(LineClampLineCount)
|
|
|