Index: third_party/WebKit/Source/core/html/track/VideoTrackList.h |
diff --git a/third_party/WebKit/Source/core/html/track/VideoTrackList.h b/third_party/WebKit/Source/core/html/track/VideoTrackList.h |
index 329481e86903b30d24ed937de66ac4d925d7d8e9..f40ebdae9be789a2254f78d8a05c97a3c539a23c 100644 |
--- a/third_party/WebKit/Source/core/html/track/VideoTrackList.h |
+++ b/third_party/WebKit/Source/core/html/track/VideoTrackList.h |
@@ -10,7 +10,7 @@ |
namespace blink { |
-class VideoTrackList final : public TrackListBase<VideoTrack> { |
+class CORE_EXPORT VideoTrackList final : public TrackListBase<VideoTrack> { |
DEFINE_WRAPPERTYPEINFO(); |
public: |
static VideoTrackList* create(HTMLMediaElement&); |