| Index: Source/core/editing/ApplyBlockElementCommand.cpp
|
| diff --git a/Source/core/editing/ApplyBlockElementCommand.cpp b/Source/core/editing/ApplyBlockElementCommand.cpp
|
| index 074f42fd5b77e7ea4e3d060dfae7cf93b5023f89..abc857bdd649dc8f50077df2150a7084ea0f0c09 100644
|
| --- a/Source/core/editing/ApplyBlockElementCommand.cpp
|
| +++ b/Source/core/editing/ApplyBlockElementCommand.cpp
|
| @@ -27,8 +27,8 @@
|
| #include "config.h"
|
| #include "core/editing/ApplyBlockElementCommand.h"
|
|
|
| -#include "HTMLNames.h"
|
| #include "bindings/v8/ExceptionState.h"
|
| +#include "core/HTMLNames.h"
|
| #include "core/dom/NodeRenderStyle.h"
|
| #include "core/dom/Text.h"
|
| #include "core/editing/VisiblePosition.h"
|
|
|