Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(560)

Unified Diff: Source/core/dom/Document.cpp

Issue 1120003002: [Oilpan] Migrate most classes under core/animations to Oilpan heap. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Build fix Created 5 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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();

Powered by Google App Engine
This is Rietveld 408576698