Index: third_party/WebKit/Source/core/layout/LayoutBlock.cpp |
diff --git a/third_party/WebKit/Source/core/layout/LayoutBlock.cpp b/third_party/WebKit/Source/core/layout/LayoutBlock.cpp |
index 68e891e60e1cb432de3d84219ed34f8e0e625119..e9fd8f35aff8189e6d7ea474f6fe070b82ce81b4 100644 |
--- a/third_party/WebKit/Source/core/layout/LayoutBlock.cpp |
+++ b/third_party/WebKit/Source/core/layout/LayoutBlock.cpp |
@@ -99,7 +99,8 @@ LayoutBlock::LayoutBlock(ContainerNode* node) |
m_isSelfCollapsing(false), |
m_descendantsWithFloatsMarkedForLayout(false), |
m_hasPositionedObjects(false), |
- m_hasPercentHeightDescendants(false) { |
+ m_hasPercentHeightDescendants(false), |
+ m_paginationStateChanged(false) { |
// LayoutBlockFlow calls setChildrenInline(true). |
// By default, subclasses do not have inline children. |
} |