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

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

Issue 1870603002: Make VTTParserClient the GC mixin it needs to be. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: tidying Created 4 years, 8 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/vtt/VTTParser.cpp
diff --git a/third_party/WebKit/Source/core/html/track/vtt/VTTParser.cpp b/third_party/WebKit/Source/core/html/track/vtt/VTTParser.cpp
index d3acf73826e1428aeb070b2924cf613c3a27ae21..811fbaf08b528a48995cc8cb128428aaa48401f2 100644
--- a/third_party/WebKit/Source/core/html/track/vtt/VTTParser.cpp
+++ b/third_party/WebKit/Source/core/html/track/vtt/VTTParser.cpp
@@ -561,6 +561,7 @@ void VTTTreeBuilder::constructTreeFromToken(Document& document)
DEFINE_TRACE(VTTParser)
{
visitor->trace(m_document);
+ visitor->trace(m_client);
visitor->trace(m_cueList);
visitor->trace(m_regionList);
}
« no previous file with comments | « third_party/WebKit/Source/core/html/track/vtt/VTTParser.h ('k') | third_party/WebKit/Source/core/loader/TextTrackLoader.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698