| Index: Source/modules/screen_orientation/ScreenOrientationController.h
|
| diff --git a/Source/modules/screen_orientation/ScreenOrientationController.h b/Source/modules/screen_orientation/ScreenOrientationController.h
|
| index 67a3d10b2fbf26b3b1ddec6e169890f89db747d3..cf4e60df88e2420f841c56dbb1355c525b9d6300 100644
|
| --- a/Source/modules/screen_orientation/ScreenOrientationController.h
|
| +++ b/Source/modules/screen_orientation/ScreenOrientationController.h
|
| @@ -10,7 +10,8 @@
|
|
|
| namespace WebCore {
|
|
|
| -class ScreenOrientationController FINAL : public DocumentSupplement {
|
| +class ScreenOrientationController FINAL : public NoBaseWillBeGarbageCollectedFinalized<ScreenOrientationController>, public DocumentSupplement {
|
| + WILL_BE_USING_GARBAGE_COLLECTED_MIXIN(ScreenOrientationController);
|
| public:
|
| virtual ~ScreenOrientationController();
|
|
|
|
|