Index: Source/modules/device_orientation/DeviceMotionEvent.h |
diff --git a/Source/modules/device_orientation/DeviceMotionEvent.h b/Source/modules/device_orientation/DeviceMotionEvent.h |
index a69fa3658696e5434a37088da813469ad9621f4b..0124ac1433b6fc27f9dfa49d6b12cbb6d8cbe798 100644 |
--- a/Source/modules/device_orientation/DeviceMotionEvent.h |
+++ b/Source/modules/device_orientation/DeviceMotionEvent.h |
@@ -36,6 +36,7 @@ class DeviceMotionData; |
class DeviceRotationRate; |
class DeviceMotionEvent FINAL : public Event { |
+ DEFINE_WRAPPERTYPEINFO(); |
public: |
virtual ~DeviceMotionEvent(); |
static PassRefPtrWillBeRawPtr<DeviceMotionEvent> create() |