Chromium Code Reviews

Unified Diff: third_party/WebKit/Source/core/css/CSSCrossfadeValue.cpp

Issue 2570463005: Retire ThreadState::registerPreFinalizer<T>() (Closed)
Patch Set: Created 4 years ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Index: third_party/WebKit/Source/core/css/CSSCrossfadeValue.cpp
diff --git a/third_party/WebKit/Source/core/css/CSSCrossfadeValue.cpp b/third_party/WebKit/Source/core/css/CSSCrossfadeValue.cpp
index 72654f67412cd5f6c193d0fe322b2810306d7c55..282975520c0c104be0baba3f8db278e4af1276dc 100644
--- a/third_party/WebKit/Source/core/css/CSSCrossfadeValue.cpp
+++ b/third_party/WebKit/Source/core/css/CSSCrossfadeValue.cpp
@@ -114,7 +114,6 @@ CSSCrossfadeValue::CSSCrossfadeValue(CSSValue* fromValue,
m_cachedFromImage(nullptr),
m_cachedToImage(nullptr),
m_crossfadeSubimageObserver(this) {
- ThreadState::current()->registerPreFinalizer(this);
}
CSSCrossfadeValue::~CSSCrossfadeValue() {}
« no previous file with comments | « third_party/WebKit/Source/core/animation/Animation.cpp ('k') | third_party/WebKit/Source/core/css/RemoteFontFaceSource.cpp » ('j') | no next file with comments »

Powered by Google App Engine