Index: Source/core/dom/StyleElement.cpp |
diff --git a/Source/core/dom/StyleElement.cpp b/Source/core/dom/StyleElement.cpp |
index d50689a3bba2ba8cf52a76629959044db6fbaebf..6a6037c85f0ca3a36eec38648178e60bb09e0cfa 100644 |
--- a/Source/core/dom/StyleElement.cpp |
+++ b/Source/core/dom/StyleElement.cpp |
@@ -77,7 +77,7 @@ void StyleElement::removedFromDocument(Document& document, Element* element, Con |
// If we're in document teardown, then we don't need to do any notification of our sheet's removal. |
if (document.isActive()) |
- document.removedStyleSheet(removedSheet.get()); |
+ document.removedStyleSheet(removedSheet.get(), RecalcStyleDeferred, AnalyzedStyleUpdate); |
} |
void StyleElement::clearDocumentData(Document& document, Element* element) |