| Index: Source/WebCore/html/InputType.h
|
| diff --git a/Source/WebCore/html/InputType.h b/Source/WebCore/html/InputType.h
|
| index 3fd531e0afea14404f6f8bef815d990df139d7df..b2144eefafafa54f2f3673add3f0359f3bd9e17c 100644
|
| --- a/Source/WebCore/html/InputType.h
|
| +++ b/Source/WebCore/html/InputType.h
|
| @@ -250,9 +250,7 @@ public:
|
| virtual void setFiles(PassRefPtr<FileList>);
|
| // Should return true if the given DragData has more than one dropped files.
|
| virtual bool receiveDroppedFiles(const DragData*);
|
| -#if ENABLE(FILE_SYSTEM)
|
| virtual String droppedFileSystemId();
|
| -#endif
|
| virtual Icon* icon() const;
|
| // Should return true if the corresponding renderer for a type can display a suggested value.
|
| virtual bool canSetSuggestedValue();
|
|
|