| Index: third_party/WebKit/Source/web/WebLocalFrameImpl.cpp
|
| diff --git a/third_party/WebKit/Source/web/WebLocalFrameImpl.cpp b/third_party/WebKit/Source/web/WebLocalFrameImpl.cpp
|
| index 3fa8a3f555a870bc50c7390dd53538b0398635b4..215d632b16b41909a790a4a381ed5308ee708d5e 100644
|
| --- a/third_party/WebKit/Source/web/WebLocalFrameImpl.cpp
|
| +++ b/third_party/WebKit/Source/web/WebLocalFrameImpl.cpp
|
| @@ -254,7 +254,7 @@ WebPluginContainerImpl* WebLocalFrameImpl::pluginContainerFromFrame(
|
| if (!frame->document() || !frame->document()->isPluginDocument())
|
| return 0;
|
| PluginDocument* pluginDocument = toPluginDocument(frame->document());
|
| - return toWebPluginContainerImpl(pluginDocument->pluginWidget());
|
| + return toWebPluginContainerImpl(pluginDocument->pluginView());
|
| }
|
|
|
| WebPluginContainerImpl* WebLocalFrameImpl::currentPluginContainer(
|
|
|