| Index: third_party/WebKit/Source/web/WebPluginDocument.cpp
|
| diff --git a/third_party/WebKit/Source/web/WebPluginDocument.cpp b/third_party/WebKit/Source/web/WebPluginDocument.cpp
|
| index 24c1938bc41198c5d481c98c3c60f5d85de88b58..9dfbd6edf0515d70334c4e126283371d5d874658 100644
|
| --- a/third_party/WebKit/Source/web/WebPluginDocument.cpp
|
| +++ b/third_party/WebKit/Source/web/WebPluginDocument.cpp
|
| @@ -44,7 +44,7 @@ WebPlugin* WebPluginDocument::plugin() {
|
| return 0;
|
| PluginDocument* doc = unwrap<PluginDocument>();
|
| WebPluginContainerImpl* container =
|
| - toWebPluginContainerImpl(doc->pluginWidget());
|
| + toWebPluginContainerImpl(doc->pluginView());
|
| return container ? container->plugin() : 0;
|
| }
|
|
|
|
|