| Index: third_party/WebKit/Source/core/html/HTMLImageElement.cpp
|
| diff --git a/third_party/WebKit/Source/core/html/HTMLImageElement.cpp b/third_party/WebKit/Source/core/html/HTMLImageElement.cpp
|
| index 8861d1004c2265d10a0d223c43572d8475041c78..29fd797b23f3d84507472ede351cef2364b4ff07 100644
|
| --- a/third_party/WebKit/Source/core/html/HTMLImageElement.cpp
|
| +++ b/third_party/WebKit/Source/core/html/HTMLImageElement.cpp
|
| @@ -773,7 +773,7 @@ void HTMLImageElement::ensurePrimaryContent()
|
|
|
| void HTMLImageElement::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();
|
|
|