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