| Index: Source/core/dom/Document.cpp
|
| diff --git a/Source/core/dom/Document.cpp b/Source/core/dom/Document.cpp
|
| index 3be281765bfe4bea03a79950134635d901b0720d..324a06bbf27f214c2b3fc356ee30cc2782dc40b9 100644
|
| --- a/Source/core/dom/Document.cpp
|
| +++ b/Source/core/dom/Document.cpp
|
| @@ -2069,10 +2069,6 @@ void Document::attach(const AttachContext& context)
|
|
|
| ContainerNode::attach(context);
|
|
|
| - // FTA can't update render view info while the Document is detached, so update now in case anything changed.
|
| - if (FastTextAutosizer* textAutosizer = fastTextAutosizer())
|
| - textAutosizer->updatePageInfo();
|
| -
|
| m_lifecycle.advanceTo(DocumentLifecycle::StyleClean);
|
| }
|
|
|
|
|