Index: Source/core/html/HTMLInputElement.h |
diff --git a/Source/core/html/HTMLInputElement.h b/Source/core/html/HTMLInputElement.h |
index 018123167518371e4abbddc4359f890a1a14ab9c..84b263102f289eb1cd0b2483ace127f0da085ef3 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*); |