| Index: third_party/WebKit/Source/core/editing/commands/DeleteFromTextNodeCommand.cpp
|
| diff --git a/third_party/WebKit/Source/core/editing/commands/DeleteFromTextNodeCommand.cpp b/third_party/WebKit/Source/core/editing/commands/DeleteFromTextNodeCommand.cpp
|
| index ca03d58e23a7e9440fe0f99bf053d505be735a16..1af396c4e2a3fbf093f86368484659ed74140411 100644
|
| --- a/third_party/WebKit/Source/core/editing/commands/DeleteFromTextNodeCommand.cpp
|
| +++ b/third_party/WebKit/Source/core/editing/commands/DeleteFromTextNodeCommand.cpp
|
| @@ -28,6 +28,7 @@
|
| #include "bindings/core/v8/ExceptionState.h"
|
| #include "bindings/core/v8/ExceptionStatePlaceholder.h"
|
| #include "core/dom/Text.h"
|
| +#include "core/editing/EditingUtilities.h"
|
|
|
| namespace blink {
|
|
|
|
|