Index: third_party/WebKit/Source/core/html/HTMLObjectElement.cpp |
diff --git a/third_party/WebKit/Source/core/html/HTMLObjectElement.cpp b/third_party/WebKit/Source/core/html/HTMLObjectElement.cpp |
index 1375274f183062cc992e47b610b39fc6fa06b7f4..a338aee5513ac1d163738efc78dcc3297db71ed2 100644 |
--- a/third_party/WebKit/Source/core/html/HTMLObjectElement.cpp |
+++ b/third_party/WebKit/Source/core/html/HTMLObjectElement.cpp |
@@ -346,7 +346,7 @@ const AtomicString HTMLObjectElement::imageSourceURL() const |
// TODO(schenney): crbug.com/572908 Remove this hack. |
void HTMLObjectElement::reattachFallbackContent() |
{ |
- // This can happen inside of attach() in the middle of a recalcStyle so we need to |
+ // This can happen inside of attachLayoutTree() in the middle of a recalcStyle so we need to |
// reattach synchronously here. |
if (document().inStyleRecalc()) |
reattach(); |