| Index: Source/web/WebViewImpl.h
|
| diff --git a/Source/web/WebViewImpl.h b/Source/web/WebViewImpl.h
|
| index 973d23bb9f8bb938ba6bb3fc061595a566ab7fa5..6680bd0238241afe7188292b91c4b2232a10821f 100644
|
| --- a/Source/web/WebViewImpl.h
|
| +++ b/Source/web/WebViewImpl.h
|
| @@ -624,7 +624,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;
|
|
|