| Index: Source/core/page/EventHandler.cpp | 
| diff --git a/Source/core/page/EventHandler.cpp b/Source/core/page/EventHandler.cpp | 
| index 269988f3ab1098e35398e1917959a822638affe5..b5e66b10f00b6e6b74f1f377d214f88b2de54e71 100644 | 
| --- a/Source/core/page/EventHandler.cpp | 
| +++ b/Source/core/page/EventHandler.cpp | 
| @@ -28,7 +28,6 @@ | 
| #include "config.h" | 
| #include "EventHandler.h" | 
|  | 
| -#include "AXObjectCache.h" | 
| #include "AutoscrollController.h" | 
| #include "CachedImage.h" | 
| #include "Chrome.h" | 
| @@ -92,6 +91,7 @@ | 
| #include "UserTypingGestureIndicator.h" | 
| #include "WheelEvent.h" | 
| #include "WindowsKeyboardCodes.h" | 
| +#include "core/accessibility/AXObjectCache.h" | 
| #include "htmlediting.h" | 
| #include <wtf/Assertions.h> | 
| #include <wtf/CurrentTime.h> | 
|  |