Index: Source/core/editing/CompositionUnderline.h |
diff --git a/Source/core/editing/CompositionUnderline.h b/Source/core/editing/CompositionUnderline.h |
index 106ac867bbc0f6e2dea5652ccadc9629cfe54923..b84be4905b72808b080f40cacdfa4539427d44df 100644 |
--- a/Source/core/editing/CompositionUnderline.h |
+++ b/Source/core/editing/CompositionUnderline.h |
@@ -27,10 +27,12 @@ |
#define CompositionUnderline_h |
#include "platform/graphics/Color.h" |
+#include "wtf/Allocator.h" |
namespace blink { |
struct CompositionUnderline { |
+ ALLOW_ONLY_INLINE_ALLOCATION(); |
CompositionUnderline() |
: startOffset(0) |
, endOffset(0) |