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

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

Issue 307433003: Oilpan: Allocate all EventTarget derived types on the manged heap. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 7 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/TextTrack.cpp
diff --git a/Source/core/html/track/TextTrack.cpp b/Source/core/html/track/TextTrack.cpp
index 3adc269f93235f7ea12f1a3fe5e9ba0a1c438d19..e71e8a6ddd701b2e6e2a684eb18eed505d93b999 100644
--- a/Source/core/html/track/TextTrack.cpp
+++ b/Source/core/html/track/TextTrack.cpp
@@ -445,6 +445,7 @@ void TextTrack::trace(Visitor* visitor)
visitor->trace(m_regions);
visitor->trace(m_trackList);
TrackBase::trace(visitor);
+ EventTargetWithInlineData::trace(visitor);
}
} // namespace WebCore

Powered by Google App Engine
This is Rietveld 408576698