| Index: Source/core/layout/LayoutInline.cpp
|
| diff --git a/Source/core/layout/LayoutInline.cpp b/Source/core/layout/LayoutInline.cpp
|
| index d1b173a2e4f22b64265240f5746eec1fe6561238..5bfdcaea55e890de25b5765f9e98bcbf3b99a379 100644
|
| --- a/Source/core/layout/LayoutInline.cpp
|
| +++ b/Source/core/layout/LayoutInline.cpp
|
| @@ -360,7 +360,7 @@ LayoutInline* LayoutInline::clone() const
|
| {
|
| LayoutInline* cloneInline = new LayoutInline(node());
|
| cloneInline->setStyle(mutableStyle());
|
| - cloneInline->setFlowThreadState(flowThreadState());
|
| + cloneInline->setIsInsideFlowThread(isInsideFlowThread());
|
| return cloneInline;
|
| }
|
|
|
|
|