Index: Source/core/frame/DeviceSingleWindowEventController.cpp |
diff --git a/Source/core/frame/DeviceSingleWindowEventController.cpp b/Source/core/frame/DeviceSingleWindowEventController.cpp |
index 0dfb6877103d5cc5bea557d0bcd0715587f07fb7..c0349967f4b0171bb60f7603fbf47819e7961cf8 100644 |
--- a/Source/core/frame/DeviceSingleWindowEventController.cpp |
+++ b/Source/core/frame/DeviceSingleWindowEventController.cpp |
@@ -74,6 +74,7 @@ void DeviceSingleWindowEventController::didRemoveAllEventListeners(LocalDOMWindo |
void DeviceSingleWindowEventController::trace(Visitor* visitor) |
{ |
visitor->trace(m_document); |
+ PlatformEventController::trace(visitor); |
} |
} // namespace blink |