Index: Source/core/layout/LayoutBlock.cpp |
diff --git a/Source/core/layout/LayoutBlock.cpp b/Source/core/layout/LayoutBlock.cpp |
index 956c19f22f47cdc40c16daa9d578d20b09c35db7..4340237d97e093d5bc165c5ef5c25d381fe51fcb 100644 |
--- a/Source/core/layout/LayoutBlock.cpp |
+++ b/Source/core/layout/LayoutBlock.cpp |
@@ -596,7 +596,7 @@ LayoutBlock* LayoutBlock::clone() const |
// generated content added yet. |
cloneBlock->setChildrenInline(cloneBlock->firstChild() ? cloneBlock->firstChild()->isInline() : childrenInline()); |
} |
- cloneBlock->setFlowThreadState(flowThreadState()); |
+ cloneBlock->setIsInsideFlowThread(isInsideFlowThread()); |
return cloneBlock; |
} |