Index: Source/core/fileapi/FileList.h |
diff --git a/Source/core/fileapi/FileList.h b/Source/core/fileapi/FileList.h |
index 7f00125bc3972c640334abf7ab42e3b46f1b4fdb..c084737fef9d77bce4bf3e93e732dc68f7db54bc 100644 |
--- a/Source/core/fileapi/FileList.h |
+++ b/Source/core/fileapi/FileList.h |
@@ -36,7 +36,7 @@ |
namespace blink { |
-class FileList FINAL : public GarbageCollected<FileList>, public ScriptWrappable { |
+class FileList final : public GarbageCollected<FileList>, public ScriptWrappable { |
DEFINE_WRAPPERTYPEINFO(); |
public: |
static FileList* create() |