Index: Source/web/WebViewImpl.h |
diff --git a/Source/web/WebViewImpl.h b/Source/web/WebViewImpl.h |
index a663a10fcaa8f9a5de8bfad5109504e8deeb250a..5e20ada0e39ffdb19637913a85f705bb899ea0d7 100644 |
--- a/Source/web/WebViewImpl.h |
+++ b/Source/web/WebViewImpl.h |
@@ -621,7 +621,7 @@ private: |
WebViewClient* m_client; // Can be 0 (e.g. unittests, shared workers, etc.) |
WebSpellCheckClient* m_spellCheckClient; |
- ChromeClientImpl m_chromeClientImpl; |
+ OwnPtrWillBePersistent<ChromeClientImpl> m_chromeClientImpl; |
ContextMenuClientImpl m_contextMenuClientImpl; |
DragClientImpl m_dragClientImpl; |
EditorClientImpl m_editorClientImpl; |