| Index: third_party/WebKit/Source/core/editing/commands/SplitTextNodeContainingElementCommand.cpp
|
| diff --git a/third_party/WebKit/Source/core/editing/commands/SplitTextNodeContainingElementCommand.cpp b/third_party/WebKit/Source/core/editing/commands/SplitTextNodeContainingElementCommand.cpp
|
| index e299d36796eb4ad1bd92955225d2877182718492..4deb6ecf49aeff8ac72377336d9b236aa4afeafe 100644
|
| --- a/third_party/WebKit/Source/core/editing/commands/SplitTextNodeContainingElementCommand.cpp
|
| +++ b/third_party/WebKit/Source/core/editing/commands/SplitTextNodeContainingElementCommand.cpp
|
| @@ -27,6 +27,7 @@
|
|
|
| #include "core/dom/Element.h"
|
| #include "core/dom/Text.h"
|
| +#include "core/editing/EditingUtilities.h"
|
| #include "core/layout/LayoutObject.h"
|
| #include "wtf/Assertions.h"
|
|
|
|
|