| Index: Source/modules/screen_orientation/ScreenOrientation.h
|
| diff --git a/Source/modules/screen_orientation/ScreenOrientation.h b/Source/modules/screen_orientation/ScreenOrientation.h
|
| index ec0127d7ddf529f5fcb00055fd08566b88e9b8f3..6de908cb06a13d11a830ed97b474f2af8b5f1fbf 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 RefCountedGarbageCollectedEventTargetWithInlineData<ScreenOrientation>
|
| , public DOMWindowProperty {
|
| - DEFINE_EVENT_TARGET_REFCOUNTING_WILL_BE_REMOVED(RefCountedGarbageCollectedWillBeGarbageCollectedFinalized<ScreenOrientation>);
|
| + REFCOUNTED_GARBAGE_COLLECTED_EVENT_TARGET(ScreenOrientation);
|
| DEFINE_WRAPPERTYPEINFO();
|
| WILL_BE_USING_GARBAGE_COLLECTED_MIXIN(ScreenOrientation);
|
| public:
|
|
|