| Index: Source/core/page/SpatialNavigation.h
|
| diff --git a/Source/core/page/SpatialNavigation.h b/Source/core/page/SpatialNavigation.h
|
| index 5a9942eda27a8c4b4ada83ed7082a29eb5a23a0f..2fef4da6ab93d891e3cfa9cac3cc1332d690dc4d 100644
|
| --- a/Source/core/page/SpatialNavigation.h
|
| +++ b/Source/core/page/SpatialNavigation.h
|
| @@ -22,7 +22,6 @@
|
| #define SpatialNavigation_h
|
|
|
| #include "core/dom/Node.h"
|
| -#include "core/html/HTMLFrameOwnerElement.h"
|
| #include "core/page/FocusType.h"
|
| #include "platform/geometry/LayoutRect.h"
|
|
|
| @@ -33,6 +32,7 @@ namespace WebCore {
|
| class Element;
|
| class LocalFrame;
|
| class HTMLAreaElement;
|
| +class HTMLFrameOwnerElement;
|
| class IntRect;
|
| class RenderObject;
|
|
|
|
|