Index: Source/core/frame/FrameView.cpp |
diff --git a/Source/core/frame/FrameView.cpp b/Source/core/frame/FrameView.cpp |
index 8e541dbcf7876b8c1adc4bd5a113fcf1ad8646a8..7736ad350eb844df7095d1796dcb101985e7f41e 100644 |
--- a/Source/core/frame/FrameView.cpp |
+++ b/Source/core/frame/FrameView.cpp |
@@ -885,9 +885,6 @@ void FrameView::performPreLayoutTasks() |
// the layout beats any sort of style recalc update that needs to occur. |
TemporaryChange<bool> changeDoingPreLayoutStyleUpdate(m_doingPreLayoutStyleUpdate, true); |
document->updateStyleIfNeeded(); |
- |
- if (FastTextAutosizer* textAutosizer = document->fastTextAutosizer()) |
- textAutosizer->prepareForLayout(); |
} |
void FrameView::performLayout(RenderObject* rootForThisLayout, bool inSubtreeLayout) |