| Index: trunk/Source/core/layout/line/BreakingContextInlineHeaders.h
|
| ===================================================================
|
| --- trunk/Source/core/layout/line/BreakingContextInlineHeaders.h (revision 190671)
|
| +++ trunk/Source/core/layout/line/BreakingContextInlineHeaders.h (working copy)
|
| @@ -119,8 +119,8 @@
|
| LayoutObject* m_lastObject;
|
| LayoutObject* m_nextObject;
|
|
|
| - const LayoutStyle* m_currentStyle;
|
| - const LayoutStyle* m_blockStyle;
|
| + LayoutStyle* m_currentStyle;
|
| + LayoutStyle* m_blockStyle;
|
|
|
| LineInfo& m_lineInfo;
|
|
|
|
|