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

Unified Diff: Source/core/html/track/AudioTrack.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
« no previous file with comments | « no previous file | Source/core/html/track/AudioTrack.cpp » ('j') | Source/web/WebRemoteFrameImpl.h » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/html/track/AudioTrack.h
diff --git a/Source/core/html/track/AudioTrack.h b/Source/core/html/track/AudioTrack.h
index f282cd8a42c4d969d193b59acff8134c2ee64139..122d473acdff798799e5ba9841b5dc08fdfb2903 100644
--- a/Source/core/html/track/AudioTrack.h
+++ b/Source/core/html/track/AudioTrack.h
@@ -18,7 +18,9 @@ public:
{
return adoptRefWillBeNoop(new AudioTrack(id, kind, label, language, enabled));
}
+
virtual ~AudioTrack();
+ virtual void trace(Visitor*) override;
bool enabled() const { return m_enabled; }
void setEnabled(bool);
« no previous file with comments | « no previous file | Source/core/html/track/AudioTrack.cpp » ('j') | Source/web/WebRemoteFrameImpl.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698