| Index: content/browser/android/content_view_core_impl.cc
|
| diff --git a/content/browser/android/content_view_core_impl.cc b/content/browser/android/content_view_core_impl.cc
|
| index bca737d5cc773a61cbea3645b92e9857b97ed3a1..527f6235eb97d418df265434beb92a023d8a5c9f 100644
|
| --- a/content/browser/android/content_view_core_impl.cc
|
| +++ b/content/browser/android/content_view_core_impl.cc
|
| @@ -1649,9 +1649,9 @@ void ContentViewCoreImpl::OnSmartClipDataExtracted(
|
| env, obj.obj(), jresult.obj());
|
| }
|
|
|
| -void ContentViewCoreImpl::WebContentsDestroyed(WebContents* web_contents) {
|
| +void ContentViewCoreImpl::WebContentsDestroyed() {
|
| WebContentsViewAndroid* wcva = static_cast<WebContentsViewAndroid*>(
|
| - static_cast<WebContentsImpl*>(web_contents)->GetView());
|
| + static_cast<WebContentsImpl*>(web_contents())->GetView());
|
| DCHECK(wcva);
|
| wcva->SetContentViewCore(NULL);
|
| }
|
|
|