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

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

Issue 351563005: Oilpan: Change LoadableTextTrack::m_trackElement a strong Member (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
« no previous file with comments | « no previous file | Source/core/html/track/LoadableTextTrack.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/html/track/LoadableTextTrack.h
diff --git a/Source/core/html/track/LoadableTextTrack.h b/Source/core/html/track/LoadableTextTrack.h
index 527290c0eb713fcfc2eb9dc7c4f857174e63dd03..fe86863e1ac5458b295c30900af6f33563a58ae3 100644
--- a/Source/core/html/track/LoadableTextTrack.h
+++ b/Source/core/html/track/LoadableTextTrack.h
@@ -70,9 +70,7 @@ private:
void loadTimerFired(Timer<LoadableTextTrack>*);
- // FIXME: Oilpan: This should be a strong pointer once Member pointers
- // into the Node hierarchy can be used.
- RawPtrWillBeWeakMember<HTMLTrackElement> m_trackElement;
+ RawPtrWillBeMember<HTMLTrackElement> m_trackElement;
Timer<LoadableTextTrack> m_loadTimer;
OwnPtrWillBeMember<TextTrackLoader> m_loader;
KURL m_url;
« no previous file with comments | « no previous file | Source/core/html/track/LoadableTextTrack.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698