Index: Source/web/WebViewImpl.h |
diff --git a/Source/web/WebViewImpl.h b/Source/web/WebViewImpl.h |
index 8aec1ed3eccd9cec1c5dc864d1d391db12cbb071..197a0eb75a93a7a69fe7327c2dc573ce21f56bba 100644 |
--- a/Source/web/WebViewImpl.h |
+++ b/Source/web/WebViewImpl.h |
@@ -36,6 +36,7 @@ |
#include "platform/geometry/IntPoint.h" |
#include "platform/geometry/IntRect.h" |
#include "platform/graphics/GraphicsLayer.h" |
+#include "platform/heap/Handle.h" |
#include "public/platform/WebGestureCurveTarget.h" |
#include "public/platform/WebLayer.h" |
#include "public/platform/WebPoint.h" |
@@ -74,6 +75,7 @@ class UserGestureToken; |
class WebActiveGestureAnimation; |
class WebDevToolsAgentPrivate; |
class WebLocalFrameImpl; |
+class WebRemoteFrameImpl; |
class WebImage; |
class WebPagePopupImpl; |
class WebPlugin; |
@@ -713,7 +715,7 @@ private: |
int m_flingModifier; |
bool m_flingSourceDevice; |
Vector<OwnPtr<LinkHighlight> > m_linkHighlights; |
- OwnPtr<FullscreenController> m_fullscreenController; |
+ OwnPtrWillBePersistent<FullscreenController> m_fullscreenController; |
bool m_showFPSCounter; |
bool m_showPaintRects; |