Index: Source/web/WebViewImpl.h |
diff --git a/Source/web/WebViewImpl.h b/Source/web/WebViewImpl.h |
index aa402ad54de27914f62986ff15f22e0e353923d5..8483816e7b9bc224435699eae8e0a5c12793e557 100644 |
--- a/Source/web/WebViewImpl.h |
+++ b/Source/web/WebViewImpl.h |
@@ -35,6 +35,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" |
@@ -73,6 +74,7 @@ class UserGestureToken; |
class WebActiveGestureAnimation; |
class WebDevToolsAgentPrivate; |
class WebLocalFrameImpl; |
+class WebRemoteFrameImpl; |
class WebImage; |
class WebPagePopupImpl; |
class WebPlugin; |
@@ -712,7 +714,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; |