Index: Source/modules/screen_orientation/ScreenOrientation.h |
diff --git a/Source/modules/screen_orientation/ScreenOrientation.h b/Source/modules/screen_orientation/ScreenOrientation.h |
index da081ea59189b08db6b39cba1120a920ba630fa9..66ed21ae80feeefa6061c4b65cad989789b50a99 100644 |
--- a/Source/modules/screen_orientation/ScreenOrientation.h |
+++ b/Source/modules/screen_orientation/ScreenOrientation.h |
@@ -24,7 +24,7 @@ class ScreenOrientationController; |
class ScreenOrientation FINAL |
: public RefCountedGarbageCollectedWillBeGarbageCollectedFinalized<ScreenOrientation> |
, public EventTargetWithInlineData |
- , DOMWindowProperty { |
+ , public DOMWindowProperty { |
DEFINE_EVENT_TARGET_REFCOUNTING_WILL_BE_REMOVED(RefCountedGarbageCollectedWillBeGarbageCollectedFinalized<ScreenOrientation>); |
DEFINE_WRAPPERTYPEINFO(); |
WILL_BE_USING_GARBAGE_COLLECTED_MIXIN(ScreenOrientation); |