| Index: Source/core/html/track/TextTrack.h
|
| diff --git a/Source/core/html/track/TextTrack.h b/Source/core/html/track/TextTrack.h
|
| index 0cf2a68e3551dd68e51e56ebc57a9489b90b474b..b6d0cf3490bfdb228c736df16aede2c723dd2aea 100644
|
| --- a/Source/core/html/track/TextTrack.h
|
| +++ b/Source/core/html/track/TextTrack.h
|
| @@ -44,6 +44,7 @@ class VTTRegion;
|
| class VTTRegionList;
|
|
|
| class TextTrack : public TrackBase, public EventTargetWithInlineData {
|
| + DEFINE_WRAPPERTYPEINFO();
|
| REFCOUNTED_EVENT_TARGET(TrackBase);
|
| WILL_BE_USING_GARBAGE_COLLECTED_MIXIN(TextTrack);
|
| public:
|
| @@ -144,4 +145,4 @@ DEFINE_TRACK_TYPE_CASTS(TextTrack, TrackBase::TextTrack);
|
|
|
| } // namespace blink
|
|
|
| -#endif
|
| +#endif // TextTrack_h
|
|
|