| Index: webkit/plugins/webview_plugin.cc
|
| diff --git a/webkit/plugins/webview_plugin.cc b/webkit/plugins/webview_plugin.cc
|
| index 735e6fcb08c3205fc15be4a7e6e65484ecb6d335..a1d6b0abc6b590b8f5c62d6f553397812a4f23b4 100644
|
| --- a/webkit/plugins/webview_plugin.cc
|
| +++ b/webkit/plugins/webview_plugin.cc
|
| @@ -50,10 +50,11 @@ WebViewPlugin::WebViewPlugin(WebViewPlugin::Delegate* delegate)
|
| }
|
|
|
| // static
|
| -WebViewPlugin* WebViewPlugin::Create(WebViewPlugin::Delegate* delegate,
|
| - const WebPreferences& preferences,
|
| - const std::string& html_data,
|
| - const GURL& url) {
|
| +WebViewPlugin* WebViewPlugin::Create(
|
| + WebViewPlugin::Delegate* delegate,
|
| + const webkit_glue::WebPreferences& preferences,
|
| + const std::string& html_data,
|
| + const GURL& url) {
|
| WebViewPlugin* plugin = new WebViewPlugin(delegate);
|
| WebView* web_view = plugin->web_view();
|
| preferences.Apply(web_view);
|
|
|