| Index: Source/core/editing/htmlediting.cpp | 
| diff --git a/Source/core/editing/htmlediting.cpp b/Source/core/editing/htmlediting.cpp | 
| index 2aaa73043dd341df0f9bb2ff89bee19851c58750..5a854b4eb12a35689f15331718d37738415c5ec8 100644 | 
| --- a/Source/core/editing/htmlediting.cpp | 
| +++ b/Source/core/editing/htmlediting.cpp | 
| @@ -26,7 +26,6 @@ | 
| #include "config.h" | 
| #include "htmlediting.h" | 
|  | 
| -#include "AXObjectCache.h" | 
| #include "Document.h" | 
| #include "Editor.h" | 
| #include "ExceptionCodePlaceholder.h" | 
| @@ -52,6 +51,7 @@ | 
| #include "VisiblePosition.h" | 
| #include "VisibleSelection.h" | 
| #include "VisibleUnits.h" | 
| +#include "core/accessibility/AXObjectCache.h" | 
| #include <wtf/Assertions.h> | 
| #include <wtf/StdLibExtras.h> | 
| #include <wtf/unicode/CharacterNames.h> | 
|  |