| Index: third_party/WebKit/Source/core/layout/line/InlineBox.h
|
| diff --git a/third_party/WebKit/Source/core/layout/line/InlineBox.h b/third_party/WebKit/Source/core/layout/line/InlineBox.h
|
| index 7963a98cdafda7954ba45292d12cc55e575c6fd8..56bf5edbf0003431817a48a603f76f2bec057675 100644
|
| --- a/third_party/WebKit/Source/core/layout/line/InlineBox.h
|
| +++ b/third_party/WebKit/Source/core/layout/line/InlineBox.h
|
| @@ -425,6 +425,8 @@ protected:
|
| private:
|
| InlineBoxBitfields m_bitfields;
|
|
|
| + DISPLAY_ITEM_CACHE_STATUS_IMPLEMENTATION
|
| +
|
| #if ENABLE(ASSERT)
|
| bool m_hasBadParent;
|
| #endif
|
|
|