| Index: Source/core/dom/Element.cpp
|
| diff --git a/Source/core/dom/Element.cpp b/Source/core/dom/Element.cpp
|
| index fa7fe10a406ecfc89725cbd027a00d416d1504b8..ab848a423df8e87d5a8a320d8e29d2ef6ddf1ef6 100644
|
| --- a/Source/core/dom/Element.cpp
|
| +++ b/Source/core/dom/Element.cpp
|
| @@ -26,7 +26,6 @@
|
| #include "config.h"
|
| #include "Element.h"
|
|
|
| -#include "AXObjectCache.h"
|
| #include "Attr.h"
|
| #include "CSSParser.h"
|
| #include "CSSSelectorList.h"
|
| @@ -82,6 +81,7 @@
|
| #include "WebCoreMemoryInstrumentation.h"
|
| #include "XMLNSNames.h"
|
| #include "XMLNames.h"
|
| +#include "core/accessibility/AXObjectCache.h"
|
| #include "htmlediting.h"
|
| #include <wtf/BitVector.h>
|
| #include <wtf/MemoryInstrumentationVector.h>
|
|
|