Index: Source/core/html/track/TextTrack.cpp |
diff --git a/Source/core/html/track/TextTrack.cpp b/Source/core/html/track/TextTrack.cpp |
index 94439648d0c5a51ed068147288b6ced03a829d6f..ae133e1f8f229fb3154416a0d63fd25712d0655d 100644 |
--- a/Source/core/html/track/TextTrack.cpp |
+++ b/Source/core/html/track/TextTrack.cpp |
@@ -32,8 +32,8 @@ |
#include "config.h" |
#include "core/html/track/TextTrack.h" |
-#include "bindings/v8/ExceptionState.h" |
-#include "bindings/v8/ExceptionStatePlaceholder.h" |
+#include "bindings/core/v8/ExceptionState.h" |
+#include "bindings/core/v8/ExceptionStatePlaceholder.h" |
#include "core/dom/ExceptionCode.h" |
#include "core/html/HTMLMediaElement.h" |
#include "core/html/track/TextTrackCueList.h" |