Index: Source/core/layout/line/BreakingContextInlineHeaders.h |
diff --git a/Source/core/layout/line/BreakingContextInlineHeaders.h b/Source/core/layout/line/BreakingContextInlineHeaders.h |
index bf0ca8582b286b4f7c2db61a62df1e71256885d4..197992a4eed0f87a0dc1c77be86fd63732c87b00 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; |