| Index: Source/core/editing/DeleteFromTextNodeCommand.cpp
|
| diff --git a/Source/core/editing/DeleteFromTextNodeCommand.cpp b/Source/core/editing/DeleteFromTextNodeCommand.cpp
|
| index 74c01a73498679aa96bf942b1c7315d160a2d2b0..6f461004ea208b3a242aa7bee3fa9cdd04a6316d 100644
|
| --- a/Source/core/editing/DeleteFromTextNodeCommand.cpp
|
| +++ b/Source/core/editing/DeleteFromTextNodeCommand.cpp
|
| @@ -26,8 +26,8 @@
|
| #include "config.h"
|
| #include "core/editing/DeleteFromTextNodeCommand.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/Text.h"
|
|
|
| namespace WebCore {
|
|
|