Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(825)

Unified Diff: Source/core/frame/DeviceSingleWindowEventController.cpp

Issue 618673002: Oilpan: reliably track listening PlatformEventControllers. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 6 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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

Powered by Google App Engine
This is Rietveld 408576698