| Index: Source/core/html/track/InbandTextTrack.cpp
|
| diff --git a/Source/core/html/track/InbandTextTrack.cpp b/Source/core/html/track/InbandTextTrack.cpp
|
| index cd97f6530669c4b3d573287c9418156e699161b9..bffc1f46b139100ee6d42f5f84a0d532e5501ec5 100644
|
| --- a/Source/core/html/track/InbandTextTrack.cpp
|
| +++ b/Source/core/html/track/InbandTextTrack.cpp
|
| @@ -30,6 +30,7 @@
|
| #include "Document.h"
|
| #include "Event.h"
|
| #include "ExceptionCodePlaceholder.h"
|
| +#include "GenericCueData.h"
|
| #include "InbandTextTrackPrivate.h"
|
| #include "Logging.h"
|
| #include "MediaPlayer.h"
|
| @@ -187,4 +188,3 @@ void InbandTextTrack::addWebVTTCue(InbandTextTrackPrivate* trackPrivate, double
|
| }
|
|
|
| } // namespace WebCore
|
| -
|
|
|