Index: Source/core/dom/ProcessingInstruction.cpp |
diff --git a/Source/core/dom/ProcessingInstruction.cpp b/Source/core/dom/ProcessingInstruction.cpp |
index 2cc83867e3e370f4858c20df5c19005d316a3537..110a694fa488283e52a3741c4e368e72376a40c1 100644 |
--- a/Source/core/dom/ProcessingInstruction.cpp |
+++ b/Source/core/dom/ProcessingInstruction.cpp |
@@ -221,7 +221,7 @@ void ProcessingInstruction::parseStyleSheet(const String& sheet) |
m_loading = false; |
if (m_isCSS) |
- toCSSStyleSheet(m_sheet.get())->contents()->checkLoaded(); |
+ toCSSStyleSheet(m_sheet.get())->contents()->checkLoadedFor(m_sheet->ownerNode()); |
else if (m_isXSL) |
toXSLStyleSheet(m_sheet.get())->checkLoaded(); |
} |