Index: Source/core/rendering/style/StyleRareNonInheritedData.h |
diff --git a/Source/core/rendering/style/StyleRareNonInheritedData.h b/Source/core/rendering/style/StyleRareNonInheritedData.h |
index 15ab8f9cf090fc5e1499ae73f2a95016eec11bc5..e092771791c77eb4c08ce3f274d5bac1988637c5 100644 |
--- a/Source/core/rendering/style/StyleRareNonInheritedData.h |
+++ b/Source/core/rendering/style/StyleRareNonInheritedData.h |
@@ -145,7 +145,7 @@ public: |
AtomicString m_flowThread; |
AtomicString m_regionThread; |
- unsigned m_regionOverflow : 1; // RegionOverflow |
+ unsigned m_regionFragment : 1; // RegionFragment |
unsigned m_regionBreakAfter : 2; // EPageBreak |
unsigned m_regionBreakBefore : 2; // EPageBreak |