| Index: Source/core/html/track/vtt/VTTRegion.cpp
|
| diff --git a/Source/core/html/track/vtt/VTTRegion.cpp b/Source/core/html/track/vtt/VTTRegion.cpp
|
| index 26b32a398641b3c6710b7c3492834a0ab7e8e7ec..027775a3d67aa69e8be5d038518f979b084dd6b0 100644
|
| --- a/Source/core/html/track/vtt/VTTRegion.cpp
|
| +++ b/Source/core/html/track/vtt/VTTRegion.cpp
|
| @@ -31,8 +31,8 @@
|
| #include "config.h"
|
| #include "core/html/track/vtt/VTTRegion.h"
|
|
|
| -#include "bindings/v8/ExceptionMessages.h"
|
| -#include "bindings/v8/ExceptionState.h"
|
| +#include "bindings/core/v8/ExceptionMessages.h"
|
| +#include "bindings/core/v8/ExceptionState.h"
|
| #include "core/dom/ClientRect.h"
|
| #include "core/dom/DOMTokenList.h"
|
| #include "core/html/HTMLDivElement.h"
|
|
|