Index: Source/core/html/forms/FileInputType.h |
diff --git a/Source/core/html/forms/FileInputType.h b/Source/core/html/forms/FileInputType.h |
index 10cc41863b11321f22022d16d1ce4b671754e3a6..cff3b2ec3c2fbe0bbddf276ba070e95136a256ef 100644 |
--- a/Source/core/html/forms/FileInputType.h |
+++ b/Source/core/html/forms/FileInputType.h |
@@ -45,7 +45,7 @@ class FileList; |
class FileInputType final : public BaseClickableWithKeyInputType, private FileChooserClient { |
public: |
static PassRefPtrWillBeRawPtr<InputType> create(HTMLInputElement&); |
- virtual void trace(Visitor*) override; |
+ DECLARE_VIRTUAL_TRACE(); |
static Vector<FileChooserFileInfo> filesFromFormControlState(const FormControlState&); |
static FileList* createFileList(const Vector<FileChooserFileInfo>& files, bool hasWebkitDirectoryAttr); |