| Index: Source/core/html/HTMLObjectElement.cpp | 
| diff --git a/Source/core/html/HTMLObjectElement.cpp b/Source/core/html/HTMLObjectElement.cpp | 
| index eb9f93f6fc72d5629a29a96c1a41645724879fe1..3785a6957bd972a304ee25930d0a7cd4664f8769 100644 | 
| --- a/Source/core/html/HTMLObjectElement.cpp | 
| +++ b/Source/core/html/HTMLObjectElement.cpp | 
| @@ -361,9 +361,9 @@ void HTMLObjectElement::reattachFallbackContent() | 
| // This can happen inside of attach() in the middle of a recalcStyle so we need to | 
| // reattach synchronously here. | 
| if (document().inStyleRecalc()) | 
| -        reattach(); | 
| +        recreateRenderTree(); | 
| else | 
| -        lazyReattach(); | 
| +        scheduleRenderTreeReconstruction(); | 
| } | 
|  | 
| void HTMLObjectElement::renderFallbackContent() | 
|  |