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..7b3b685aa2403b79380a36caf9d446fb776cbf9f 100644 |
--- a/Source/core/html/forms/InputType.cpp |
+++ b/Source/core/html/forms/InputType.cpp |
@@ -598,6 +598,11 @@ String InputType::droppedFileSystemId() |
return String(); |
} |
+void InputType::copyFiles(PassRefPtrWillBeRawPtr<FileList>) |
+{ |
+ ASSERT_NOT_REACHED(); |
+} |
+ |
bool InputType::shouldRespectListAttribute() |
{ |
return false; |