| Index: Source/core/editing/commands/DeleteFromTextNodeCommand.cpp
|
| diff --git a/Source/core/editing/DeleteFromTextNodeCommand.cpp b/Source/core/editing/commands/DeleteFromTextNodeCommand.cpp
|
| similarity index 97%
|
| rename from Source/core/editing/DeleteFromTextNodeCommand.cpp
|
| rename to Source/core/editing/commands/DeleteFromTextNodeCommand.cpp
|
| index f8ae6d2effcba2503bc6cc5bc2a4aec2e3479be1..97c5296f138f3fc2632fe1c545a34ec65c6e5d20 100644
|
| --- a/Source/core/editing/DeleteFromTextNodeCommand.cpp
|
| +++ b/Source/core/editing/commands/DeleteFromTextNodeCommand.cpp
|
| @@ -24,7 +24,7 @@
|
| */
|
|
|
| #include "config.h"
|
| -#include "core/editing/DeleteFromTextNodeCommand.h"
|
| +#include "core/editing/commands/DeleteFromTextNodeCommand.h"
|
|
|
| #include "bindings/core/v8/ExceptionState.h"
|
| #include "bindings/core/v8/ExceptionStatePlaceholder.h"
|
|
|