Chromium Code Reviews| Index: Source/core/frame/Frame.h |
| diff --git a/Source/core/frame/Frame.h b/Source/core/frame/Frame.h |
| index 224a779b6bfda21c49748b126a09e4c678cf3ac3..ca4c8ec996bf78f989ea945b1140fd4e6130ca97 100644 |
| --- a/Source/core/frame/Frame.h |
| +++ b/Source/core/frame/Frame.h |
| @@ -29,6 +29,7 @@ |
| #define Frame_h |
| #include "core/CoreExport.h" |
| +#include "core/frame/FrameHost.h" |
|
Nico
2015/06/25 23:14:44
Why this?
sof
2015/06/26 06:23:03
It should be FrameOwner.h
It is needed to address
|
| #include "core/frame/FrameTypes.h" |
| #include "core/loader/FrameLoaderTypes.h" |
| #include "core/page/FrameTree.h" |