| Index: Source/core/rendering/HitTestLocation.cpp
|
| diff --git a/Source/core/rendering/HitTestLocation.cpp b/Source/core/rendering/HitTestLocation.cpp
|
| index c8885c1d0f75279b051dfe4396fb92c5403b7c44..9f3ab45ac85a92f11dae27a346e3ba3a64d6b5a0 100644
|
| --- a/Source/core/rendering/HitTestLocation.cpp
|
| +++ b/Source/core/rendering/HitTestLocation.cpp
|
| @@ -22,7 +22,6 @@
|
| #include "config.h"
|
| #include "core/rendering/HitTestLocation.h"
|
|
|
| -#include "DocumentMarkerController.h"
|
| #include "HTMLAnchorElement.h"
|
| #include "HTMLImageElement.h"
|
| #include "HTMLInputElement.h"
|
| @@ -31,6 +30,7 @@
|
| #include "HTMLParserIdioms.h"
|
| #include "HTMLPlugInImageElement.h"
|
| #include "HTMLVideoElement.h"
|
| +#include "core/dom/DocumentMarkerController.h"
|
| #include "core/editing/FrameSelection.h"
|
| #include "core/loader/cache/CachedImage.h"
|
| #include "core/page/Frame.h"
|
|
|