| 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(
|
|
|