Index: Source/core/html/forms/FileInputType.h |
diff --git a/Source/core/html/forms/FileInputType.h b/Source/core/html/forms/FileInputType.h |
index 79b7709694a8a018bb3461b38b08f57ae8daf9f4..1fe30da09ca96be11c95fbd127e5a799934a559b 100644 |
--- a/Source/core/html/forms/FileInputType.h |
+++ b/Source/core/html/forms/FileInputType.h |
@@ -65,6 +65,7 @@ private: |
virtual void setValue(const String&, bool valueChanged, TextFieldEventBehavior) OVERRIDE; |
virtual bool receiveDroppedFiles(const DragData*) OVERRIDE; |
virtual String droppedFileSystemId() OVERRIDE; |
+ virtual void copyNonAttributeProperties(const HTMLInputElement&) OVERRIDE; |
virtual bool isFileUpload() const OVERRIDE; |
virtual void createShadowSubtree() OVERRIDE; |
virtual void disabledAttributeChanged() OVERRIDE; |