Index: Source/core/html/forms/InputType.h |
diff --git a/Source/core/html/forms/InputType.h b/Source/core/html/forms/InputType.h |
index a0c4dba0ac2d2db3a214745b4a33dfcef53c9f09..c41f6baff4d9cf7d05385259b06a59565878860f 100644 |
--- a/Source/core/html/forms/InputType.h |
+++ b/Source/core/html/forms/InputType.h |
@@ -171,7 +171,7 @@ public: |
virtual void sanitizeValueInResponseToMinOrMaxAttributeChange(); |
virtual bool shouldRespectAlignAttribute(); |
virtual FileList* files(); |
- virtual void setFiles(PassRefPtr<FileList>); |
+ virtual void setFiles(PassRefPtrWillBeRawPtr<FileList>); |
// Should return true if the given DragData has more than one dropped files. |
virtual bool receiveDroppedFiles(const DragData*); |
virtual String droppedFileSystemId(); |