Upstream version 10.39.225.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / Source / core / html / canvas / WebGLContextEvent.h
index a96b212..c4e088d 100644 (file)
@@ -37,6 +37,8 @@ struct WebGLContextEventInit : public EventInit {
 };
 
 class WebGLContextEvent FINAL : public Event {
+    DEFINE_WRAPPERTYPEINFO();
+
 public:
     static PassRefPtrWillBeRawPtr<WebGLContextEvent> create()
     {