| Index: third_party/WebKit/Source/core/html/forms/InputType.cpp
|
| diff --git a/third_party/WebKit/Source/core/html/forms/InputType.cpp b/third_party/WebKit/Source/core/html/forms/InputType.cpp
|
| index ebd6b063070d5def7a87c8ed0fe7077e7aaa6710..7ac040ae76c174cc4f4f57f693f29bb0070a03aa 100644
|
| --- a/third_party/WebKit/Source/core/html/forms/InputType.cpp
|
| +++ b/third_party/WebKit/Source/core/html/forms/InputType.cpp
|
| @@ -503,6 +503,10 @@ void InputType::setFiles(FileList*)
|
| {
|
| }
|
|
|
| +void InputType::setFilesFromPaths(const Vector<String>& paths)
|
| +{
|
| +}
|
| +
|
| bool InputType::getTypeSpecificValue(String&)
|
| {
|
| return false;
|
|
|