| Index: Source/modules/screen_orientation/ScreenOrientation.h
|
| diff --git a/Source/modules/screen_orientation/ScreenOrientation.h b/Source/modules/screen_orientation/ScreenOrientation.h
|
| index 77ede116981a9db7c98245c16e18f6ecab8d38ed..4a9b2cbfc66ab5aa2a9bb13c8c8c7b576e6a5c72 100644
|
| --- a/Source/modules/screen_orientation/ScreenOrientation.h
|
| +++ b/Source/modules/screen_orientation/ScreenOrientation.h
|
| @@ -21,10 +21,10 @@ class ScriptPromise;
|
| class ScriptState;
|
| class ScreenOrientationController;
|
|
|
| -class ScreenOrientation FINAL :
|
| - public RefCountedGarbageCollectedWillBeGarbageCollectedFinalized<ScreenOrientation>,
|
| - public EventTargetWithInlineData,
|
| - DOMWindowProperty {
|
| +class ScreenOrientation FINAL
|
| + : public RefCountedGarbageCollectedWillBeGarbageCollectedFinalized<ScreenOrientation>
|
| + , public EventTargetWithInlineData
|
| + , DOMWindowProperty {
|
| DEFINE_EVENT_TARGET_REFCOUNTING_WILL_BE_REMOVED(RefCountedGarbageCollectedWillBeGarbageCollectedFinalized<ScreenOrientation>);
|
| WILL_BE_USING_GARBAGE_COLLECTED_MIXIN(ScreenOrientation);
|
| public:
|
|
|