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

Unified Diff: third_party/WebKit/Source/core/html/track/TrackListBase.h

Issue 2454683002: [wrapper-tracing] Fix tracing of EventTargetWithInlineData (Closed)
Patch Set: Addressd comments 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/TrackListBase.h
diff --git a/third_party/WebKit/Source/core/html/track/TrackListBase.h b/third_party/WebKit/Source/core/html/track/TrackListBase.h
index 9b9eb52b8a38c68f518a2209408f749944bc0d65..57e6e401c232ffafc13bb899f603b276b106809e 100644
--- a/third_party/WebKit/Source/core/html/track/TrackListBase.h
+++ b/third_party/WebKit/Source/core/html/track/TrackListBase.h
@@ -91,6 +91,7 @@ class TrackListBase : public EventTargetWithInlineData {
for (auto track : m_tracks) {
visitor->traceWrappers(track);
}
+ EventTargetWithInlineData::traceWrappers(visitor);
}
private:

Powered by Google App Engine
This is Rietveld 408576698