| Index: Source/core/html/track/TrackEvent.h
|
| diff --git a/Source/core/html/track/TrackEvent.h b/Source/core/html/track/TrackEvent.h
|
| index 7eb50d82ec9571e39b2c173072b86576fd026d6f..b77be6b799890291a5477db06727b188bec990a1 100644
|
| --- a/Source/core/html/track/TrackEvent.h
|
| +++ b/Source/core/html/track/TrackEvent.h
|
| @@ -61,7 +61,7 @@ private:
|
| TrackEvent();
|
| TrackEvent(const AtomicString& type, const TrackEventInit& initializer);
|
|
|
| - RefPtr<TrackBase> m_track;
|
| + RefPtrWillBeMember<TrackBase> m_track;
|
| };
|
|
|
| } // namespace WebCore
|
|
|