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