Index: Source/core/html/HTMLLinkElement.cpp |
diff --git a/Source/core/html/HTMLLinkElement.cpp b/Source/core/html/HTMLLinkElement.cpp |
index 469f85317bcd99881cdc853caf277c4f317d928b..9b9cac8b1e44721722c32c9d6129132879022ad7 100644 |
--- a/Source/core/html/HTMLLinkElement.cpp |
+++ b/Source/core/html/HTMLLinkElement.cpp |
@@ -393,8 +393,7 @@ void LinkStyle::setCSSStyleSheet(const String& href, const KURL& baseURL, const |
m_sheet->setTitle(m_owner->title()); |
m_loading = false; |
- sheetLoaded(); |
- notifyLoadedSheetAndAllCriticalSubresources(false); |
+ restoredSheet->checkLoaded(); |
return; |
} |