Index: Source/core/fileapi/File.h |
diff --git a/Source/core/fileapi/File.h b/Source/core/fileapi/File.h |
index bfba4294c13d30d424afe4c5f8f9d825ba24e2c5..6c5dd1a2c2acbdff87878de5491b3aae451a56e1 100644 |
--- a/Source/core/fileapi/File.h |
+++ b/Source/core/fileapi/File.h |
@@ -35,7 +35,7 @@ namespace WebCore { |
struct FileMetadata; |
class KURL; |
-class File : public Blob { |
+class File FINAL : public Blob { |
public: |
// AllContentTypes should only be used when the full path/name are trusted; otherwise, it could |
// allow arbitrary pages to determine what applications an user has installed. |