Upstream version 10.39.225.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / Source / core / events / KeyboardEvent.h
index c874974..6fd0f5d 100644 (file)
@@ -46,6 +46,7 @@ struct KeyboardEventInit : public UIEventInit {
 };
 
 class KeyboardEvent FINAL : public UIEventWithKeyState {
+    DEFINE_WRAPPERTYPEINFO();
 public:
     enum KeyLocationCode {
         DOM_KEY_LOCATION_STANDARD   = 0x00,