| Index: Source/core/html/forms/InputTypeView.h
|
| diff --git a/Source/core/html/forms/InputTypeView.h b/Source/core/html/forms/InputTypeView.h
|
| index 07b8d6404bb4e791de8c946077a02a2a3cd3b4f0..9296078b6b53054ab04fc5881900b83580113d8f 100644
|
| --- a/Source/core/html/forms/InputTypeView.h
|
| +++ b/Source/core/html/forms/InputTypeView.h
|
| @@ -119,8 +119,6 @@
|
| virtual void updateClearButtonVisibility();
|
| virtual void updatePlaceholderText();
|
| virtual AXObject* popupRootAXObject();
|
| - virtual void ensureFallbackContent();
|
| - virtual void ensurePrimaryContent();
|
|
|
| protected:
|
| InputTypeView(HTMLInputElement& element) : m_element(&element) { }
|
|
|