| Index: Source/core/dom/DocumentStyleSheetCollection.cpp
|
| diff --git a/Source/core/dom/DocumentStyleSheetCollection.cpp b/Source/core/dom/DocumentStyleSheetCollection.cpp
|
| index 89889154d5e4ab996a8f1525f7a811bb67d5bac1..19d94c75c0f532222a0252b571c63317380a3bcb 100644
|
| --- a/Source/core/dom/DocumentStyleSheetCollection.cpp
|
| +++ b/Source/core/dom/DocumentStyleSheetCollection.cpp
|
| @@ -48,7 +48,6 @@ void DocumentStyleSheetCollection::collectStyleSheetsFromCandidates(StyleEngine*
|
| for (Node* n : m_styleSheetCandidateNodes) {
|
| StyleSheetCandidate candidate(*n);
|
|
|
| - ASSERT(!candidate.isXSL());
|
| if (candidate.isImport()) {
|
| Document* document = candidate.importedDocument();
|
| if (!document)
|
|
|