| Index: third_party/WebKit/Source/core/html/PluginDocument.cpp
|
| diff --git a/third_party/WebKit/Source/core/html/PluginDocument.cpp b/third_party/WebKit/Source/core/html/PluginDocument.cpp
|
| index 3e4ee1e3074f38607a454fd7d5560636ba7a72ef..f928cbe9e7ff08f831dd258040d00b39ce93c428 100644
|
| --- a/third_party/WebKit/Source/core/html/PluginDocument.cpp
|
| +++ b/third_party/WebKit/Source/core/html/PluginDocument.cpp
|
| @@ -183,7 +183,7 @@ FrameViewBase* PluginDocument::pluginWidget() {
|
| if (m_pluginNode && m_pluginNode->layoutObject()) {
|
| CHECK(m_pluginNode->layoutObject()->isEmbeddedObject());
|
| FrameViewBase* frameViewBase =
|
| - toLayoutEmbeddedObject(m_pluginNode->layoutObject())->widget();
|
| + toLayoutEmbeddedObject(m_pluginNode->layoutObject())->frameViewBase();
|
| if (!frameViewBase || !frameViewBase->isPluginContainer())
|
| return nullptr;
|
| return frameViewBase;
|
|
|