| Index: Source/bindings/v8/custom/V8TextTrackCueCustom.cpp
|
| diff --git a/Source/bindings/v8/custom/V8TextTrackCueCustom.cpp b/Source/bindings/v8/custom/V8TextTrackCueCustom.cpp
|
| index 20d7dd0a066d7a8a38086e7bc77cb3846ddcd3b5..8d078eb91e96aa0dff57cee35fef60183d36e0a6 100644
|
| --- a/Source/bindings/v8/custom/V8TextTrackCueCustom.cpp
|
| +++ b/Source/bindings/v8/custom/V8TextTrackCueCustom.cpp
|
| @@ -28,9 +28,9 @@
|
| */
|
|
|
| #include "config.h"
|
| -#include "V8TextTrackCue.h"
|
| +#include "bindings/core/v8/V8TextTrackCue.h"
|
|
|
| -#include "V8VTTCue.h"
|
| +#include "bindings/core/v8/V8VTTCue.h"
|
|
|
| namespace WebCore {
|
|
|
|
|