| Index: Source/core/editing/SplitTextNodeContainingElementCommand.cpp
|
| diff --git a/Source/core/editing/SplitTextNodeContainingElementCommand.cpp b/Source/core/editing/SplitTextNodeContainingElementCommand.cpp
|
| index 7c0b9f9d87bbea4d010404de7e7238ed5757081b..4d2a6e68f9a2218716a7342523fa63ceacdcdec4 100644
|
| --- a/Source/core/editing/SplitTextNodeContainingElementCommand.cpp
|
| +++ b/Source/core/editing/SplitTextNodeContainingElementCommand.cpp
|
| @@ -26,8 +26,8 @@
|
| #include "config.h"
|
| #include "core/editing/SplitTextNodeContainingElementCommand.h"
|
|
|
| -#include "Element.h"
|
| -#include "Text.h"
|
| +#include "core/dom/Element.h"
|
| +#include "core/dom/Text.h"
|
| #include "core/rendering/RenderObject.h"
|
| #include <wtf/Assertions.h>
|
|
|
|
|