| Index: Source/core/layout/line/BreakingContextInlineHeaders.h
|
| diff --git a/Source/core/layout/line/BreakingContextInlineHeaders.h b/Source/core/layout/line/BreakingContextInlineHeaders.h
|
| index aaff6d518ecf6c1838ff5b1acd39732113c8c856..bef0559a84765568512bea6c01ec120b3ecee2f3 100644
|
| --- a/Source/core/layout/line/BreakingContextInlineHeaders.h
|
| +++ b/Source/core/layout/line/BreakingContextInlineHeaders.h
|
| @@ -119,8 +119,8 @@ private:
|
| LayoutObject* m_lastObject;
|
| LayoutObject* m_nextObject;
|
|
|
| - LayoutStyle* m_currentStyle;
|
| - LayoutStyle* m_blockStyle;
|
| + const LayoutStyle* m_currentStyle;
|
| + const LayoutStyle* m_blockStyle;
|
|
|
| LineInfo& m_lineInfo;
|
|
|
|
|