| Index: Source/core/html/track/InbandTextTrack.cpp
|
| diff --git a/Source/core/html/track/InbandTextTrack.cpp b/Source/core/html/track/InbandTextTrack.cpp
|
| index ce05095498b06d1c88107405229a14f24e5e8af8..23b2ba15d2c1c6b450a04ce62c864e25dacc80d1 100644
|
| --- a/Source/core/html/track/InbandTextTrack.cpp
|
| +++ b/Source/core/html/track/InbandTextTrack.cpp
|
| @@ -27,6 +27,7 @@
|
| #include "core/html/track/InbandTextTrack.h"
|
|
|
| #include "bindings/v8/ExceptionStatePlaceholder.h"
|
| +#include "core/dom/Document.h"
|
| #include "core/html/HTMLMediaElement.h"
|
| #include "core/html/track/vtt/VTTCue.h"
|
| #include "platform/Logging.h"
|
|
|