Index: Source/core/dom/Document.cpp |
diff --git a/Source/core/dom/Document.cpp b/Source/core/dom/Document.cpp |
index bf714974445a61bb8cc6dabc55046a7577359e0f..2bbcf508ec6fc215835e85241b95f36c9d472697 100644 |
--- a/Source/core/dom/Document.cpp |
+++ b/Source/core/dom/Document.cpp |
@@ -569,8 +569,6 @@ Document::~Document() |
if (m_importsController) |
HTMLImportsController::removeFrom(*this); |
- m_timeline->detachFromDocument(); |
- |
// We need to destroy CSSFontSelector before destroying m_fetcher. |
m_styleEngine->detachFromDocument(); |