| Index: third_party/WebKit/Source/web/WebNode.cpp
|
| diff --git a/third_party/WebKit/Source/web/WebNode.cpp b/third_party/WebKit/Source/web/WebNode.cpp
|
| index c866548ae2ba3735b34d82d3b004a462dfeede99..c9f1b44feed0689cca15575e4489d784d5f01d9f 100644
|
| --- a/third_party/WebKit/Source/web/WebNode.cpp
|
| +++ b/third_party/WebKit/Source/web/WebNode.cpp
|
| @@ -186,7 +186,7 @@ WebPluginContainer* WebNode::pluginContainerFromNode(const Node* node) {
|
|
|
| LayoutObject* object = node->layoutObject();
|
| if (object && object->isLayoutPart()) {
|
| - FrameViewBase* frameViewBase = toLayoutPart(object)->widget();
|
| + FrameViewBase* frameViewBase = toLayoutPart(object)->frameViewBase();
|
| if (frameViewBase && frameViewBase->isPluginContainer())
|
| return toWebPluginContainerImpl(frameViewBase);
|
| }
|
|
|