| Index: Source/core/html/HTMLLinkElement.cpp
|
| diff --git a/Source/core/html/HTMLLinkElement.cpp b/Source/core/html/HTMLLinkElement.cpp
|
| index 23533d96600b404417eae1926789bc48424e1755..efdc6f7ed670ef378ff48dfc08125216d2bcdd2c 100644
|
| --- a/Source/core/html/HTMLLinkElement.cpp
|
| +++ b/Source/core/html/HTMLLinkElement.cpp
|
| @@ -511,6 +511,7 @@ void LinkStyle::setCSSStyleSheet(const String& href, const KURL& baseURL, const
|
| if (!SubresourceIntegrity::CheckSubresourceIntegrity(*m_owner, cachedStyleSheet->sheetText(), KURL(KURL(), href))) {
|
| m_loading = false;
|
| removePendingSheet();
|
| + notifyLoadedSheetAndAllCriticalSubresources(true);
|
| return;
|
| }
|
|
|
|
|