Index: Source/core/dom/Document.cpp |
diff --git a/Source/core/dom/Document.cpp b/Source/core/dom/Document.cpp |
index 73a806fbce49d912dcc2a110cfe5003cfc031131..dde03f254bcaf91fca396e1515acaa1558cbbfa5 100644 |
--- a/Source/core/dom/Document.cpp |
+++ b/Source/core/dom/Document.cpp |
@@ -2990,7 +2990,7 @@ void Document::didLoadAllImports() |
{ |
if (!haveStylesheetsLoaded()) |
return; |
- setNeedsStyleRecalc(SubtreeStyleChange); |
+ |
didLoadAllScriptBlockingResources(); |
} |
@@ -3005,6 +3005,7 @@ void Document::didRemoveAllPendingStylesheet() |
if (!haveImportsLoaded()) |
return; |
+ |
didLoadAllScriptBlockingResources(); |
} |