| Index: Source/core/dom/ProcessingInstruction.cpp
|
| diff --git a/Source/core/dom/ProcessingInstruction.cpp b/Source/core/dom/ProcessingInstruction.cpp
|
| index 768bc106fbde3d4144ab3754607bcb2b37932945..acde8a36885488ae3439f3911c6e80be6876463c 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());
|
| + parseStyleSheet(sheet->sheetText(true));
|
| }
|
|
|
| void ProcessingInstruction::setXSLStyleSheet(const String& href, const KURL& baseURL, const String& sheet)
|
|
|