| Index: webkit/glue/webplugin_impl.cc
|
| ===================================================================
|
| --- webkit/glue/webplugin_impl.cc (revision 15231)
|
| +++ webkit/glue/webplugin_impl.cc (working copy)
|
| @@ -634,7 +634,7 @@
|
| // containing window. We ask our delegate to reposition us accordingly.
|
| WebCore::Frame* frame = element_->document()->frame();
|
| WebFrameImpl* webframe = WebFrameImpl::FromFrame(frame);
|
| - WebViewImpl* webview = webframe->webview_impl();
|
| + WebViewImpl* webview = webframe->GetWebViewImpl();
|
| // It is valid for this function to be invoked in code paths where the
|
| // the webview is closed.
|
| if (!webview->delegate()) {
|
| @@ -1319,7 +1319,7 @@
|
| if (!web_frame)
|
| return false;
|
|
|
| - WebViewImpl* web_view = web_frame->webview_impl();
|
| + WebViewImpl* web_view = web_frame->GetWebViewImpl();
|
| if (!web_view)
|
| return false;
|
|
|
|
|