Index: Source/core/frame/FrameView.cpp |
diff --git a/Source/core/frame/FrameView.cpp b/Source/core/frame/FrameView.cpp |
index 4bd3966d67b87ed6d2d901433d360d7d7784b286..2aa16b3dbb716e1941ba9b527d217feac52a988a 100644 |
--- a/Source/core/frame/FrameView.cpp |
+++ b/Source/core/frame/FrameView.cpp |
@@ -866,9 +866,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) |