Index: Source/core/html/forms/InputTypeView.cpp |
diff --git a/Source/core/html/forms/InputTypeView.cpp b/Source/core/html/forms/InputTypeView.cpp |
index b7f2931a0a1bc30a77f6c7d0280a9de07d3cf5aa..c98c46545e64c07e50008f53211d4596ac723b35 100644 |
--- a/Source/core/html/forms/InputTypeView.cpp |
+++ b/Source/core/html/forms/InputTypeView.cpp |
@@ -228,4 +228,12 @@ void ClickHandlingState::trace(Visitor* visitor) |
visitor->trace(checkedRadioButton); |
} |
+void InputTypeView::ensureFallbackContent() |
+{ |
+} |
+ |
+void InputTypeView::ensurePrimaryContent() |
+{ |
+} |
+ |
} // namespace blink |