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

Unified Diff: Source/core/html/MediaController.cpp

Issue 333813004: Oilpan: Make MediaControllers ExecutionContext a weak pointer. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: nullptr Created 6 years, 6 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
« Source/core/html/MediaController.h ('K') | « Source/core/html/MediaController.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/html/MediaController.cpp
diff --git a/Source/core/html/MediaController.cpp b/Source/core/html/MediaController.cpp
index 65fafa75ab4de07bbd73e2d858e417b8e52aa461..16358560286fef39025ed4592e94eee007506e39 100644
--- a/Source/core/html/MediaController.cpp
+++ b/Source/core/html/MediaController.cpp
@@ -613,6 +613,7 @@ void MediaController::trace(Visitor* visitor)
{
visitor->trace(m_mediaElements);
visitor->trace(m_pendingEventsQueue);
+ visitor->trace(m_executionContext);
EventTargetWithInlineData::trace(visitor);
}
« Source/core/html/MediaController.h ('K') | « Source/core/html/MediaController.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698