X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=src%2Fthird_party%2FWebKit%2FSource%2Fcore%2Fevents%2FResourceProgressEvent.h;h=fc5b20a73ebddf9e7b6250e00453993e9e3f6aea;hb=3545e9f2671f595d2a2f3ee75ca0393b01e35ef6;hp=a125fcd348f270643ff079724378d352de985218;hpb=7d210d4c7e9ba36e635eabc5b5780495f8a63292;p=platform%2Fframework%2Fweb%2Fcrosswalk.git diff --git a/src/third_party/WebKit/Source/core/events/ResourceProgressEvent.h b/src/third_party/WebKit/Source/core/events/ResourceProgressEvent.h index a125fcd..fc5b20a 100644 --- a/src/third_party/WebKit/Source/core/events/ResourceProgressEvent.h +++ b/src/third_party/WebKit/Source/core/events/ResourceProgressEvent.h @@ -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 create() {