| Index: ui/views/controls/webview/webview.cc
|
| diff --git a/ui/views/controls/webview/webview.cc b/ui/views/controls/webview/webview.cc
|
| index 3e07f6f42322810d6eeceb809167c672b579d282..9c777fff1402acdd9b4112b2e9eab10d07b41c7f 100644
|
| --- a/ui/views/controls/webview/webview.cc
|
| +++ b/ui/views/controls/webview/webview.cc
|
| @@ -365,6 +365,7 @@ content::WebContents* WebView::CreateWebContents(
|
| if (!contents) {
|
| content::WebContents::CreateParams create_params(
|
| browser_context, NULL);
|
| + create_params.context = GetWidget()->GetNativeView();
|
| return content::WebContents::Create(create_params);
|
| }
|
|
|
|
|