Index: Source/core/frame/Frame.h |
diff --git a/Source/core/frame/Frame.h b/Source/core/frame/Frame.h |
index 6e65204164d6d6d47b7a70212b22640232a22612..02c1d310f7a8154e9e8134a95414f83b69b627e6 100644 |
--- a/Source/core/frame/Frame.h |
+++ b/Source/core/frame/Frame.h |
@@ -29,7 +29,6 @@ |
#define Frame_h |
#include "core/CoreExport.h" |
-#include "core/frame/FrameOwner.h" |
#include "core/frame/FrameTypes.h" |
#include "core/loader/FrameLoaderTypes.h" |
#include "core/page/FrameTree.h" |
@@ -45,6 +44,7 @@ |
class Document; |
class FrameClient; |
class FrameHost; |
+class FrameOwner; |
class HTMLFrameOwnerElement; |
class LayoutPart; |
class KURL; |