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

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

Issue 2454683002: [wrapper-tracing] Fix tracing of EventTargetWithInlineData (Closed)
Patch Set: Created 4 years, 2 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 70caa74b4d2b29d6aca08734352320041fc04371..832c4cdf5b4b2ec7ae9d4ecb7d75c95ae92b75d7 100644
--- a/third_party/WebKit/Source/core/html/track/TextTrack.cpp
+++ b/third_party/WebKit/Source/core/html/track/TextTrack.cpp
@@ -457,5 +457,6 @@ DEFINE_TRACE(TextTrack) {
DEFINE_TRACE_WRAPPERS(TextTrack) {
visitor->traceWrappers(m_cues);
+ EventTargetWithInlineData::traceWrappers(visitor);
}
} // namespace blink

Powered by Google App Engine
This is Rietveld 408576698