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