| Index: Source/core/editing/ApplyStyleCommand.cpp
 | 
| diff --git a/Source/core/editing/ApplyStyleCommand.cpp b/Source/core/editing/ApplyStyleCommand.cpp
 | 
| index 4a8dd4cbe052fdaee53bab44f1d3bbf667e0e7e7..1929775ec3b7519e5cef479c717fd7a6d3b77552 100644
 | 
| --- a/Source/core/editing/ApplyStyleCommand.cpp
 | 
| +++ b/Source/core/editing/ApplyStyleCommand.cpp
 | 
| @@ -30,23 +30,18 @@
 | 
|  #include "CSSValueKeywords.h"
 | 
|  #include "HTMLNames.h"
 | 
|  #include "core/css/CSSComputedStyleDeclaration.h"
 | 
| -#include "core/css/CSSParser.h"
 | 
|  #include "core/css/CSSValuePool.h"
 | 
|  #include "core/css/StylePropertySet.h"
 | 
| -#include "core/css/resolver/StyleResolver.h"
 | 
|  #include "core/dom/Document.h"
 | 
|  #include "core/dom/NodeList.h"
 | 
|  #include "core/dom/NodeTraversal.h"
 | 
|  #include "core/dom/Range.h"
 | 
|  #include "core/dom/Text.h"
 | 
|  #include "core/editing/EditingStyle.h"
 | 
| -#include "core/editing/Editor.h"
 | 
|  #include "core/editing/HTMLInterchange.h"
 | 
|  #include "core/editing/TextIterator.h"
 | 
|  #include "core/editing/VisibleUnits.h"
 | 
|  #include "core/editing/htmlediting.h"
 | 
| -#include "core/html/HTMLFontElement.h"
 | 
| -#include "core/page/Frame.h"
 | 
|  #include "core/rendering/RenderObject.h"
 | 
|  #include "core/rendering/RenderText.h"
 | 
|  #include <wtf/StdLibExtras.h>
 | 
| 
 |