Index: Source/wtf/text/StringImpl.cpp |
diff --git a/Source/wtf/text/StringImpl.cpp b/Source/wtf/text/StringImpl.cpp |
index 684854e57f6e2fb0b209f61c52bb7b2379ea803d..c4fe2979944ff0cd478590de782670701daeede4 100644 |
--- a/Source/wtf/text/StringImpl.cpp |
+++ b/Source/wtf/text/StringImpl.cpp |
@@ -449,7 +449,7 @@ PassRefPtr<StringImpl> StringImpl::create(const LChar* string) |
bool StringImpl::containsOnlyWhitespace() |
{ |
// FIXME: The definition of whitespace here includes a number of characters |
- // that are not whitespace from the point of view of RenderText; I wonder if |
+ // that are not whitespace from the point of view of LayoutText; I wonder if |
// that's a problem in practice. |
if (is8Bit()) { |
for (unsigned i = 0; i < m_length; ++i) { |