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

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

Issue 331623002: Oilpan: Prepare to move EventQueue and its subclasses to Oilpan heap. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 6 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/TextTrackList.h
diff --git a/Source/core/html/track/TextTrackList.h b/Source/core/html/track/TextTrackList.h
index 32e26b1cf37b75a187e978b388a539258438861e..a544f24761c8b02972929712615f53ebfa682b90 100644
--- a/Source/core/html/track/TextTrackList.h
+++ b/Source/core/html/track/TextTrackList.h
@@ -91,7 +91,7 @@ private:
RawPtrWillBeMember<HTMLMediaElement> m_owner;
- OwnPtr<GenericEventQueue> m_asyncEventQueue;
+ OwnPtrWillBeMember<GenericEventQueue> m_asyncEventQueue;
WillBeHeapVector<RefPtrWillBeMember<TextTrack> > m_addTrackTracks;
WillBeHeapVector<RefPtrWillBeMember<TextTrack> > m_elementTracks;

Powered by Google App Engine
This is Rietveld 408576698