| Index: Source/core/editing/SplitElementCommand.cpp
|
| diff --git a/Source/core/editing/SplitElementCommand.cpp b/Source/core/editing/SplitElementCommand.cpp
|
| index 71c8f4e745f43d5f9f12e8e416b101281b61b909..dbd0357ecb328c5c00485883868a03f49a7b940a 100644
|
| --- a/Source/core/editing/SplitElementCommand.cpp
|
| +++ b/Source/core/editing/SplitElementCommand.cpp
|
| @@ -26,9 +26,9 @@
|
| #include "config.h"
|
| #include "core/editing/SplitElementCommand.h"
|
|
|
| -#include "HTMLNames.h"
|
| #include "bindings/v8/ExceptionState.h"
|
| #include "bindings/v8/ExceptionStatePlaceholder.h"
|
| +#include "core/HTMLNames.h"
|
| #include "core/dom/Element.h"
|
| #include "wtf/Assertions.h"
|
|
|
|
|