Index: Source/core/html/HTMLTitleElement.cpp |
diff --git a/Source/core/html/HTMLTitleElement.cpp b/Source/core/html/HTMLTitleElement.cpp |
index c9fdaedc0f204d62844c66a3a24ea116a22fa827..fc50fdc83c2fa64a66f3baf86492d44b4e87217b 100644 |
--- a/Source/core/html/HTMLTitleElement.cpp |
+++ b/Source/core/html/HTMLTitleElement.cpp |
@@ -92,7 +92,7 @@ void HTMLTitleElement::setText(const String &value) |
else { |
// We make a copy here because entity of "value" argument can be Document::m_title, |
// which goes empty during removeChildren() invocation below, |
- // which causes HTMLTitleElement::childrenChanged(), which ends up Document::setTitle(). |
+ // which causes HTMLTitleElement::childrenChanged(), which ends up in Document::setTitleElement(). |
String valueCopy(value); |
if (numChildren > 0) |