Chromium Code Reviews

Unified Diff: third_party/WebKit/Source/core/html/forms/ChooserOnlyTemporalInputTypeView.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/html/forms/ChooserOnlyTemporalInputTypeView.cpp
diff --git a/third_party/WebKit/Source/core/html/forms/ChooserOnlyTemporalInputTypeView.cpp b/third_party/WebKit/Source/core/html/forms/ChooserOnlyTemporalInputTypeView.cpp
index 93f57f33aca6a9c658b8472076d74fdd5110d821..12fe0eea7b30e9c6c9efb6c9445f1e4b9830dbef 100644
--- a/third_party/WebKit/Source/core/html/forms/ChooserOnlyTemporalInputTypeView.cpp
+++ b/third_party/WebKit/Source/core/html/forms/ChooserOnlyTemporalInputTypeView.cpp
@@ -40,7 +40,6 @@ ChooserOnlyTemporalInputTypeView::ChooserOnlyTemporalInputTypeView(
HTMLInputElement& element,
BaseTemporalInputType& inputType)
: KeyboardClickableInputTypeView(element), m_inputType(inputType) {
- ThreadState::current()->registerPreFinalizer(this);
}
ChooserOnlyTemporalInputTypeView* ChooserOnlyTemporalInputTypeView::create(

Powered by Google App Engine