| Index: Source/core/editing/SplitElementCommand.cpp
|
| diff --git a/Source/core/editing/SplitElementCommand.cpp b/Source/core/editing/SplitElementCommand.cpp
|
| index dbd0357ecb328c5c00485883868a03f49a7b940a..ec3644c2b0e133dba8dc65edb30404af0f4dab7a 100644
|
| --- a/Source/core/editing/SplitElementCommand.cpp
|
| +++ b/Source/core/editing/SplitElementCommand.cpp
|
| @@ -26,8 +26,8 @@
|
| #include "config.h"
|
| #include "core/editing/SplitElementCommand.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/HTMLNames.h"
|
| #include "core/dom/Element.h"
|
| #include "wtf/Assertions.h"
|
|
|