| Index: Source/core/layout/line/InlineBox.h
|
| diff --git a/Source/core/layout/line/InlineBox.h b/Source/core/layout/line/InlineBox.h
|
| index d23980a3a1da66874ff61ae008f8c7358a1fc590..2ae24bbbec3eb865a831ba0fcf23627e73f3de2a 100644
|
| --- a/Source/core/layout/line/InlineBox.h
|
| +++ b/Source/core/layout/line/InlineBox.h
|
| @@ -315,6 +315,7 @@ public:
|
| void set##Name(bool name) { m_##name = name; }\
|
|
|
| class InlineBoxBitfields {
|
| + DISALLOW_ALLOCATION();
|
| public:
|
| InlineBoxBitfields(bool firstLine = false, bool constructed = false, bool dirty = false, bool extracted = false, bool isHorizontal = true)
|
| : m_firstLine(firstLine)
|
|
|