Index: Source/core/html/track/TrackEvent.h |
diff --git a/Source/core/html/track/TrackEvent.h b/Source/core/html/track/TrackEvent.h |
index b90d811f19950853c6f47d35feffcbfd8cd9fd97..7eb50d82ec9571e39b2c173072b86576fd026d6f 100644 |
--- a/Source/core/html/track/TrackEvent.h |
+++ b/Source/core/html/track/TrackEvent.h |
@@ -34,7 +34,7 @@ namespace WebCore { |
struct TrackEventInit : public EventInit { |
TrackEventInit(); |
- RefPtr<TrackBase> track; |
+ RefPtrWillBeMember<TrackBase> track; |
}; |
class TrackEvent FINAL : public Event { |