Chromium Code Reviews| Index: Source/core/html/forms/InputType.cpp |
| diff --git a/Source/core/html/forms/InputType.cpp b/Source/core/html/forms/InputType.cpp |
| index 7b714225fa912f078db351b7caa5d1885734b35f..d2535c744ab839373fdceef56c6e1edb9386504c 100644 |
| --- a/Source/core/html/forms/InputType.cpp |
| +++ b/Source/core/html/forms/InputType.cpp |
| @@ -598,6 +598,10 @@ String InputType::droppedFileSystemId() |
| return String(); |
| } |
| +void InputType::copyNonAttributeProperties(const HTMLInputElement&) |
| +{ |
| +} |
| + |
| bool InputType::shouldRespectListAttribute() |
| { |
| return false; |