| Index: third_party/WebKit/Source/core/editing/commands/RemoveNodeCommand.cpp
|
| diff --git a/third_party/WebKit/Source/core/editing/commands/RemoveNodeCommand.cpp b/third_party/WebKit/Source/core/editing/commands/RemoveNodeCommand.cpp
|
| index 489875809c62a8acf0e434fec113656f2f913a1c..2bf2c67951b85341dbb030c8cf9db7e9ec41ae55 100644
|
| --- a/third_party/WebKit/Source/core/editing/commands/RemoveNodeCommand.cpp
|
| +++ b/third_party/WebKit/Source/core/editing/commands/RemoveNodeCommand.cpp
|
| @@ -27,6 +27,7 @@
|
|
|
| #include "bindings/core/v8/ExceptionStatePlaceholder.h"
|
| #include "core/dom/Node.h"
|
| +#include "core/editing/EditingUtilities.h"
|
| #include "core/editing/commands/EditingState.h"
|
| #include "wtf/Assertions.h"
|
|
|
|
|