Chromium Code Reviews| Index: Source/core/fileapi/FileList.h |
| diff --git a/Source/core/fileapi/FileList.h b/Source/core/fileapi/FileList.h |
| index aac86ba4284243e44ae1e11e2e71d382c228885d..27d213d0de53ce992b2c1c9e96e83d4c9d2d81fd 100644 |
| --- a/Source/core/fileapi/FileList.h |
| +++ b/Source/core/fileapi/FileList.h |
| @@ -37,6 +37,7 @@ |
| namespace blink { |
| class FileList FINAL : public RefCountedWillBeGarbageCollected<FileList>, public ScriptWrappable { |
| + DEFINE_WRAPPERTYPEINFO(); |
| public: |
| static PassRefPtrWillBeRawPtr<FileList> create() |
| { |