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

Unified Diff: third_party/WebKit/Source/core/html/track/TextTrack.cpp

Issue 1973863003: Implement SetWrapperReferenceFrom idl attribute within traceWrappers for media tracks (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Add tests Created 4 years, 7 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: third_party/WebKit/Source/core/html/track/TextTrack.cpp
diff --git a/third_party/WebKit/Source/core/html/track/TextTrack.cpp b/third_party/WebKit/Source/core/html/track/TextTrack.cpp
index 259ac3fe8444458792a82f92fa8fd00b825b5c06..13b308e3a47740edf5e45fb1c6e7fedf2fc7e37d 100644
--- a/third_party/WebKit/Source/core/html/track/TextTrack.cpp
+++ b/third_party/WebKit/Source/core/html/track/TextTrack.cpp
@@ -491,4 +491,9 @@ DEFINE_TRACE(TextTrack)
EventTargetWithInlineData::trace(visitor);
}
+DEFINE_TRACE_WRAPPERS(TextTrack)
+{
+ visitor->traceWrappers(m_cues);
+ EventTargetWithInlineData::traceWrappers(visitor);
haraken 2016/05/12 16:02:54 I don't think we need to trace this. EventTargetWi
Marcel Hlopko 2016/05/12 16:15:51 You are correct. Removing. There really isn't that
+}
} // namespace blink
« no previous file with comments | « third_party/WebKit/Source/core/html/track/TextTrack.h ('k') | third_party/WebKit/Source/core/html/track/TextTrackCueList.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698