Index: Source/modules/screen_orientation/ScreenOrientationController.cpp |
diff --git a/Source/modules/screen_orientation/ScreenOrientationController.cpp b/Source/modules/screen_orientation/ScreenOrientationController.cpp |
index 6992cc708b344a544d2597ad424b9e4ac3c92149..1c068bcd647e82b786134668b913f8a4797f99a8 100644 |
--- a/Source/modules/screen_orientation/ScreenOrientationController.cpp |
+++ b/Source/modules/screen_orientation/ScreenOrientationController.cpp |
@@ -205,6 +205,7 @@ void ScreenOrientationController::trace(Visitor* visitor) |
visitor->trace(m_orientation); |
FrameDestructionObserver::trace(visitor); |
WillBeHeapSupplement<LocalFrame>::trace(visitor); |
+ PlatformEventController::trace(visitor); |
} |
} // namespace blink |