Index: Source/core/dom/Document.cpp |
diff --git a/Source/core/dom/Document.cpp b/Source/core/dom/Document.cpp |
index 139caca2adf30041d0722352d3ba24aa020a2065..8f25b39f3bd1c856f4a5bf601df01a62fbbb25eb 100644 |
--- a/Source/core/dom/Document.cpp |
+++ b/Source/core/dom/Document.cpp |
@@ -2070,7 +2070,7 @@ 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. |
+ // FastTextAutosizer can't update render view info while the Document is detached, so update now in case anything changed. |
if (FastTextAutosizer* textAutosizer = fastTextAutosizer()) |
textAutosizer->updatePageInfo(); |