| Index: Source/core/dom/Node.cpp | 
| diff --git a/Source/core/dom/Node.cpp b/Source/core/dom/Node.cpp | 
| index c699edafef68d9abc2d3ea46b7501e362cdde1a3..0a8ae476674b5df1012a88b8e8c91685e6b7df9c 100644 | 
| --- a/Source/core/dom/Node.cpp | 
| +++ b/Source/core/dom/Node.cpp | 
| @@ -25,7 +25,6 @@ | 
| #include "config.h" | 
| #include "Node.h" | 
|  | 
| -#include "AXObjectCache.h" | 
| #include "Attr.h" | 
| #include "Attribute.h" | 
| #include "BeforeLoadEvent.h" | 
| @@ -111,6 +110,7 @@ | 
| #include "WheelEvent.h" | 
| #include "WindowEventContext.h" | 
| #include "XMLNames.h" | 
| +#include "core/accessibility/AXObjectCache.h" | 
| #include "core/storage/StorageEvent.h" | 
| #include "htmlediting.h" | 
| #include <wtf/HashSet.h> | 
|  |