| Index: third_party/WebKit/Source/core/html/HTMLInputElement.cpp
|
| diff --git a/third_party/WebKit/Source/core/html/HTMLInputElement.cpp b/third_party/WebKit/Source/core/html/HTMLInputElement.cpp
|
| index f63b42e30830b4c34fda7f78a5da01f5e7c9a67e..abb28d39af6b814cf3d5e44226af3712041dfb39 100644
|
| --- a/third_party/WebKit/Source/core/html/HTMLInputElement.cpp
|
| +++ b/third_party/WebKit/Source/core/html/HTMLInputElement.cpp
|
| @@ -1912,10 +1912,4 @@
|
| {
|
| return m_inputTypeView->hasFallbackContent();
|
| }
|
| -
|
| -void HTMLInputElement::setFilesFromPaths(const Vector<String>& paths)
|
| -{
|
| - return m_inputType->setFilesFromPaths(paths);
|
| -}
|
| -
|
| } // namespace blink
|
|
|