| Index: Source/core/html/forms/InputTypeView.cpp
|
| diff --git a/Source/core/html/forms/InputTypeView.cpp b/Source/core/html/forms/InputTypeView.cpp
|
| index 713822a913c353cfc79c691f9eb0f10c89bbbbaa..34c5a4cd3ea36c2aea0593f0f758cc4c33e62ab4 100644
|
| --- a/Source/core/html/forms/InputTypeView.cpp
|
| +++ b/Source/core/html/forms/InputTypeView.cpp
|
| @@ -232,12 +232,4 @@
|
| visitor->trace(checkedRadioButton);
|
| }
|
|
|
| -void InputTypeView::ensureFallbackContent()
|
| -{
|
| -}
|
| -
|
| -void InputTypeView::ensurePrimaryContent()
|
| -{
|
| -}
|
| -
|
| } // namespace blink
|
|
|