Upstream version 10.39.225.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / Source / core / fileapi / FileList.h
index aac86ba..27d213d 100644 (file)
@@ -37,6 +37,7 @@
 namespace blink {
 
 class FileList FINAL : public RefCountedWillBeGarbageCollected<FileList>, public ScriptWrappable {
+    DEFINE_WRAPPERTYPEINFO();
 public:
     static PassRefPtrWillBeRawPtr<FileList> create()
     {