| Index: Source/core/dom/ChildFrameDisconnector.h
|
| diff --git a/Source/core/dom/ChildFrameDisconnector.h b/Source/core/dom/ChildFrameDisconnector.h
|
| index 83959f5d9e14c666653c10323e1b78afb424f520..d77e9086f6445c8247adf7455b1126a27a2444a1 100644
|
| --- a/Source/core/dom/ChildFrameDisconnector.h
|
| +++ b/Source/core/dom/ChildFrameDisconnector.h
|
| @@ -5,12 +5,14 @@
|
| #ifndef ChildFrameDisconnector_h
|
| #define ChildFrameDisconnector_h
|
|
|
| -#include "core/dom/Node.h"
|
| -#include "core/html/HTMLFrameOwnerElement.h"
|
| #include "platform/heap/Handle.h"
|
|
|
| namespace WebCore {
|
|
|
| +class ElementShadow;
|
| +class HTMLFrameOwnerElement;
|
| +class Node;
|
| +
|
| class ChildFrameDisconnector {
|
| STACK_ALLOCATED();
|
| public:
|
|
|