| Index: Source/core/editing/Editor.cpp
|
| diff --git a/Source/core/editing/Editor.cpp b/Source/core/editing/Editor.cpp
|
| index 4ab4cb96026d3cc455e0a3062fe7281ffbc3cb47..bcb958fa5cf1b26cac56ab91de37755065f73c07 100644
|
| --- a/Source/core/editing/Editor.cpp
|
| +++ b/Source/core/editing/Editor.cpp
|
| @@ -27,7 +27,6 @@
|
| #include "config.h"
|
| #include "Editor.h"
|
|
|
| -#include "AXObjectCache.h"
|
| #include "AlternativeTextController.h"
|
| #include "ApplyStyleCommand.h"
|
| #include "CSSComputedStyleDeclaration.h"
|
| @@ -89,11 +88,12 @@
|
| #include "TypingCommand.h"
|
| #include "UserTypingGestureIndicator.h"
|
| #include "VisibleUnits.h"
|
| +#include "core/accessibility/AXObjectCache.h"
|
| #include "htmlediting.h"
|
| #include "markup.h"
|
| -#include <wtf/UnusedParam.h>
|
| #include <wtf/unicode/CharacterNames.h>
|
| #include <wtf/unicode/Unicode.h>
|
| +#include <wtf/UnusedParam.h>
|
|
|
| namespace WebCore {
|
|
|
|
|