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

Unified Diff: third_party/WebKit/Source/core/svg/SVGUseElement.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. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: third_party/WebKit/Source/core/svg/SVGUseElement.cpp
diff --git a/third_party/WebKit/Source/core/svg/SVGUseElement.cpp b/third_party/WebKit/Source/core/svg/SVGUseElement.cpp
index 68d1e6502b6c8e0e8b5ee2d437018f246db9d4c0..f5a9893b9fa576afaf86f0d1e1dad07cd59f4bfa 100644
--- a/third_party/WebKit/Source/core/svg/SVGUseElement.cpp
+++ b/third_party/WebKit/Source/core/svg/SVGUseElement.cpp
@@ -71,7 +71,6 @@ inline SVGUseElement::SVGUseElement(Document& document)
m_haveFiredLoadEvent(false),
m_needsShadowTreeRecreation(false) {
ASSERT(hasCustomStyleCallbacks());
- ThreadState::current()->registerPreFinalizer(this);
addToPropertyMap(m_x);
addToPropertyMap(m_y);

Powered by Google App Engine
This is Rietveld 408576698