Index: Source/core/dom/StyleElement.cpp |
diff --git a/Source/core/dom/StyleElement.cpp b/Source/core/dom/StyleElement.cpp |
index f27d81ddf2297327cf5af4d9f00b6ebeaf931052..58102bf84e944f8cb52db60328d7bb48ebbc26d7 100644 |
--- a/Source/core/dom/StyleElement.cpp |
+++ b/Source/core/dom/StyleElement.cpp |
@@ -91,7 +91,7 @@ void StyleElement::removedFromDocument(Document& document, Element* element, Con |
if (m_sheet) |
clearSheet(element); |
if (removedSheet) |
- document.removedStyleSheet(removedSheet.get(), RecalcStyleDeferred, AnalyzedStyleUpdate); |
+ document.removedStyleSheet(removedSheet.get(), AnalyzedStyleUpdate); |
} |
void StyleElement::clearDocumentData(Document& document, Element* element) |