| Index: Source/WebCore/html/InputType.cpp
|
| diff --git a/Source/WebCore/html/InputType.cpp b/Source/WebCore/html/InputType.cpp
|
| index 0960fc443b8829101af39ab77d65a0572ea1fe43..8e6adcb7bcb2c0ac0db36384db384c1f4e0e01f4 100644
|
| --- a/Source/WebCore/html/InputType.cpp
|
| +++ b/Source/WebCore/html/InputType.cpp
|
| @@ -722,13 +722,11 @@ bool InputType::receiveDroppedFiles(const DragData*)
|
| return false;
|
| }
|
|
|
| -#if ENABLE(FILE_SYSTEM)
|
| String InputType::droppedFileSystemId()
|
| {
|
| ASSERT_NOT_REACHED();
|
| return String();
|
| }
|
| -#endif
|
|
|
| Icon* InputType::icon() const
|
| {
|
|
|