| Index: third_party/WebKit/Source/core/editing/commands/MergeIdenticalElementsCommand.cpp
|
| diff --git a/third_party/WebKit/Source/core/editing/commands/MergeIdenticalElementsCommand.cpp b/third_party/WebKit/Source/core/editing/commands/MergeIdenticalElementsCommand.cpp
|
| index 3b1719d2494168b0c8f03f2816438a08c59b7c64..87475b61b3b9aeb72c1eda21152712af447250de 100644
|
| --- a/third_party/WebKit/Source/core/editing/commands/MergeIdenticalElementsCommand.cpp
|
| +++ b/third_party/WebKit/Source/core/editing/commands/MergeIdenticalElementsCommand.cpp
|
| @@ -28,6 +28,7 @@
|
| #include "bindings/core/v8/ExceptionState.h"
|
| #include "bindings/core/v8/ExceptionStatePlaceholder.h"
|
| #include "core/dom/Element.h"
|
| +#include "core/editing/EditingUtilities.h"
|
|
|
| namespace blink {
|
|
|
|
|