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

Unified Diff: Source/core/html/track/VideoTrack.h

Issue 835363003: Oilpan: add missing leftmost trace()s for GC mixins. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 5 years, 11 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: Source/core/html/track/VideoTrack.h
diff --git a/Source/core/html/track/VideoTrack.h b/Source/core/html/track/VideoTrack.h
index 3831f510134ebc7e721e7cbe8027e0b9ba4371d4..bb5fa9dc22e6f1e3c61292db6b7672b024da719f 100644
--- a/Source/core/html/track/VideoTrack.h
+++ b/Source/core/html/track/VideoTrack.h
@@ -18,7 +18,9 @@ public:
{
return adoptRefWillBeNoop(new VideoTrack(id, kind, label, language, selected));
}
+
virtual ~VideoTrack();
+ virtual void trace(Visitor*) override;
bool selected() const { return m_selected; }
void setSelected(bool);

Powered by Google App Engine
This is Rietveld 408576698