Index: Source/modules/screen_orientation/ScreenOrientation.h |
diff --git a/Source/modules/screen_orientation/ScreenOrientation.h b/Source/modules/screen_orientation/ScreenOrientation.h |
index e48de96fde463aa26fdbdd16e36cf7cb6d0c8c09..da081ea59189b08db6b39cba1120a920ba630fa9 100644 |
--- a/Source/modules/screen_orientation/ScreenOrientation.h |
+++ b/Source/modules/screen_orientation/ScreenOrientation.h |
@@ -26,6 +26,7 @@ class ScreenOrientation FINAL |
, public EventTargetWithInlineData |
, DOMWindowProperty { |
DEFINE_EVENT_TARGET_REFCOUNTING_WILL_BE_REMOVED(RefCountedGarbageCollectedWillBeGarbageCollectedFinalized<ScreenOrientation>); |
+ DEFINE_WRAPPERTYPEINFO(); |
WILL_BE_USING_GARBAGE_COLLECTED_MIXIN(ScreenOrientation); |
public: |
static ScreenOrientation* create(LocalFrame*); |