Index: Source/core/dom/FullscreenElementStack.h |
diff --git a/Source/core/dom/FullscreenElementStack.h b/Source/core/dom/FullscreenElementStack.h |
index e684df2c61c708f875ff8e00b501898ec3efc55a..852812a70d4a3652909905bdeb5e449ffb7a36c4 100644 |
--- a/Source/core/dom/FullscreenElementStack.h |
+++ b/Source/core/dom/FullscreenElementStack.h |
@@ -28,6 +28,7 @@ |
#ifndef FullscreenElementStack_h |
#define FullscreenElementStack_h |
+#include "core/dom/Document.h" |
#include "core/dom/DocumentLifecycleObserver.h" |
#include "core/dom/Element.h" |
#include "platform/Supplementable.h" |
@@ -39,12 +40,8 @@ |
namespace WebCore { |
-class Document; |
-class Element; |
-class Node; |
class RenderFullScreen; |
class RenderStyle; |
-class ExecutionContext; |
class FullscreenElementStack FINAL |
: public NoBaseWillBeGarbageCollectedFinalized<FullscreenElementStack> |