| Index: Source/bindings/v8/custom/V8TextCustom.cpp
|
| diff --git a/Source/bindings/v8/custom/V8TextCustom.cpp b/Source/bindings/v8/custom/V8TextCustom.cpp
|
| index 478537c3b9fc6aef0c2b0317ed15d656025da5ce..4ffbadc0d3da0dd100508ddd09664bd4112a61c7 100644
|
| --- a/Source/bindings/v8/custom/V8TextCustom.cpp
|
| +++ b/Source/bindings/v8/custom/V8TextCustom.cpp
|
| @@ -29,9 +29,9 @@
|
| */
|
|
|
| #include "config.h"
|
| -#include "V8Text.h"
|
| +#include "bindings/core/v8/V8Text.h"
|
|
|
| -#include "V8CDATASection.h"
|
| +#include "bindings/core/v8/V8CDATASection.h"
|
| #include "core/dom/Node.h"
|
| #include "core/dom/Text.h"
|
|
|
|
|