| Index: Source/core/html/track/TextTrackRegion.cpp
|
| diff --git a/Source/core/html/track/TextTrackRegion.cpp b/Source/core/html/track/TextTrackRegion.cpp
|
| index 21599fdab933ef3aa70f88e08206d07cd1321ebe..e214fae9040b79e3a64d7f78e13ffa01903fb607 100644
|
| --- a/Source/core/html/track/TextTrackRegion.cpp
|
| +++ b/Source/core/html/track/TextTrackRegion.cpp
|
| @@ -34,8 +34,8 @@
|
|
|
| #include "TextTrackRegion.h"
|
|
|
| -#include "ExceptionCodePlaceholder.h"
|
| #include "WebVTTParser.h"
|
| +#include "core/dom/ExceptionCodePlaceholder.h"
|
| #include "core/platform/Logging.h"
|
| #include <wtf/MathExtras.h>
|
| #include <wtf/text/StringBuilder.h>
|
|
|