Index: Source/core/html/HTMLInputElement.h |
diff --git a/Source/core/html/HTMLInputElement.h b/Source/core/html/HTMLInputElement.h |
index af27a9223b1e0e62a9bdabe864a5ea7cd5d732f3..7fd23405c5bcfae0d0d0dd779ffd81537a99fff2 100644 |
--- a/Source/core/html/HTMLInputElement.h |
+++ b/Source/core/html/HTMLInputElement.h |
@@ -202,7 +202,7 @@ public: |
bool multiple() const; |
- FileList* files(); |
+ FileList* files() const; |
void setFiles(PassRefPtrWillBeRawPtr<FileList>); |
// Returns true if the given DragData has more than one dropped files. |