| Index: Source/core/html/HTMLLinkElement.cpp
|
| diff --git a/Source/core/html/HTMLLinkElement.cpp b/Source/core/html/HTMLLinkElement.cpp
|
| index 3fff563be292f2771ae5e1e2569d41aeb8896522..76a778e4d5ab01902d3c273883447a23d88fb6b9 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;
|
| }
|
|
|
|
|