Index: Source/core/html/HTMLLinkElement.cpp |
diff --git a/Source/core/html/HTMLLinkElement.cpp b/Source/core/html/HTMLLinkElement.cpp |
index 3ffd3731d815a72a8b647f40a17752f2aaf2ea05..9a0974b29bd04fa24b500e39a3ef9881d1c5c64a 100644 |
--- a/Source/core/html/HTMLLinkElement.cpp |
+++ b/Source/core/html/HTMLLinkElement.cpp |
@@ -433,7 +433,7 @@ void LinkStyle::setCSSStyleSheet(const String& href, const KURL& baseURL, const |
m_loading = false; |
styleSheet->notifyLoadedSheet(cachedStyleSheet); |
- styleSheet->checkLoaded(); |
+ styleSheet->checkLoadedFor(m_owner); |
if (styleSheet->isCacheable()) |
const_cast<CSSStyleSheetResource*>(cachedStyleSheet)->saveParsedStyleSheet(styleSheet); |