| Index: Source/core/editing/ReplaceSelectionCommand.cpp
|
| diff --git a/Source/core/editing/ReplaceSelectionCommand.cpp b/Source/core/editing/ReplaceSelectionCommand.cpp
|
| index e5323fa97953eeb1ddb8e7b905e8e4a302051d5b..c0a7d0aca041b88d1ad157090ac032627bd837af 100644
|
| --- a/Source/core/editing/ReplaceSelectionCommand.cpp
|
| +++ b/Source/core/editing/ReplaceSelectionCommand.cpp
|
| @@ -29,7 +29,6 @@
|
|
|
| #include "BeforeTextInsertedEvent.h"
|
| #include "CSSPropertyNames.h"
|
| -#include "CSSStyleDeclaration.h"
|
| #include "CSSValueKeywords.h"
|
| #include "Document.h"
|
| #include "DocumentFragment.h"
|
| @@ -42,8 +41,9 @@
|
| #include "NodeList.h"
|
| #include "NodeRenderStyle.h"
|
| #include "NodeTraversal.h"
|
| -#include "StylePropertySet.h"
|
| #include "Text.h"
|
| +#include "core/css/CSSStyleDeclaration.h"
|
| +#include "core/css/StylePropertySet.h"
|
| #include "core/editing/ApplyStyleCommand.h"
|
| #include "core/editing/BreakBlockquoteCommand.h"
|
| #include "core/editing/FrameSelection.h"
|
|
|