Upstream version 10.39.225.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / Source / core / events / ResourceProgressEvent.h
index a125fcd..fc5b20a 100644 (file)
@@ -43,6 +43,7 @@ namespace blink {
 // constructable by web content at all, and so does not provide the usual
 // EventInit pattern for Event construction.
 class ResourceProgressEvent FINAL : public ProgressEvent {
+    DEFINE_WRAPPERTYPEINFO();
 public:
     static PassRefPtrWillBeRawPtr<ResourceProgressEvent> create()
     {