Index: Source/core/inspector/InspectorOverlay.h |
diff --git a/Source/core/inspector/InspectorOverlay.h b/Source/core/inspector/InspectorOverlay.h |
index a8f14f18e3d5cc96eae621aaa6b31374878b2e0b..4449c7523d3bbaaa9bf53b1ec4334c8e0209e6c8 100644 |
--- a/Source/core/inspector/InspectorOverlay.h |
+++ b/Source/core/inspector/InspectorOverlay.h |
@@ -176,7 +176,7 @@ private: |
OwnPtr<FloatQuad> m_highlightQuad; |
OwnPtrWillBePersistent<Page> m_overlayPage; |
OwnPtr<EmptyChromeClient> m_overlayChromeClient; |
- RefPtr<InspectorOverlayHost> m_overlayHost; |
+ RefPtrWillBePersistent<InspectorOverlayHost> m_overlayHost; |
HighlightConfig m_quadHighlightConfig; |
bool m_drawViewSize; |
bool m_drawViewSizeWithGrid; |