Index: Source/core/dom/ProcessingInstruction.cpp |
diff --git a/Source/core/dom/ProcessingInstruction.cpp b/Source/core/dom/ProcessingInstruction.cpp |
index df173ed692051afa88d52a3023c0d468e4b01e55..068410e44814858772afec965f9ef943dac0593e 100644 |
--- a/Source/core/dom/ProcessingInstruction.cpp |
+++ b/Source/core/dom/ProcessingInstruction.cpp |
@@ -225,7 +225,7 @@ void ProcessingInstruction::setCSSStyleSheet(const String& href, const KURL& bas |
// We don't need the cross-origin security check here because we are |
// getting the sheet text in "strict" mode. This enforces a valid CSS MIME |
// type. |
- parseStyleSheet(sheet->sheetText(true)); |
+ parseStyleSheet(sheet->sheetText()); |
} |
void ProcessingInstruction::setXSLStyleSheet(const String& href, const KURL& baseURL, const String& sheet) |