Upstream version 10.39.225.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / Source / core / fileapi / File.h
index 166a3eb..9df6bd1 100644 (file)
@@ -39,6 +39,7 @@ struct FileMetadata;
 class KURL;
 
 class File FINAL : public Blob {
+    DEFINE_WRAPPERTYPEINFO();
 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.