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

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

Issue 1686483002: Oilpan: Remove most WillBe types from the code base (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 9 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/TextTrackList.h
diff --git a/third_party/WebKit/Source/core/html/track/TextTrackList.h b/third_party/WebKit/Source/core/html/track/TextTrackList.h
index e2057f5e974702c7ed8acd896539b05171b9c082..6db54770da366e75b0e956ee75fa55627850683e 100644
--- a/third_party/WebKit/Source/core/html/track/TextTrackList.h
+++ b/third_party/WebKit/Source/core/html/track/TextTrackList.h
@@ -90,9 +90,9 @@ private:
void invalidateTrackIndexesAfterTrack(TextTrack*);
- RawPtrWillBeMember<HTMLMediaElement> m_owner;
+ Member<HTMLMediaElement> m_owner;
- OwnPtrWillBeMember<GenericEventQueue> m_asyncEventQueue;
+ Member<GenericEventQueue> m_asyncEventQueue;
HeapVector<Member<TextTrack>> m_addTrackTracks;
HeapVector<Member<TextTrack>> m_elementTracks;
« no previous file with comments | « third_party/WebKit/Source/core/html/track/TextTrackCue.cpp ('k') | third_party/WebKit/Source/core/html/track/TrackBase.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698