| Index: Source/web/WebPluginContainerImpl.cpp
|
| diff --git a/Source/web/WebPluginContainerImpl.cpp b/Source/web/WebPluginContainerImpl.cpp
|
| index 14d27e068f4994274304e987336c351fd898f4cd..87d1b1307076c89a9763040033ca8744915063c9 100644
|
| --- a/Source/web/WebPluginContainerImpl.cpp
|
| +++ b/Source/web/WebPluginContainerImpl.cpp
|
| @@ -698,7 +698,7 @@ bool WebPluginContainerImpl::paintCustomOverhangArea(GraphicsContext* context, c
|
| // Private methods -------------------------------------------------------------
|
|
|
| WebPluginContainerImpl::WebPluginContainerImpl(HTMLPlugInElement* element, WebPlugin* webPlugin)
|
| - : FrameDestructionObserver(element->document().frame())
|
| + : LocalFrameLifecycleObserver(element->document().frame())
|
| , m_element(element)
|
| , m_webPlugin(webPlugin)
|
| , m_webLayer(nullptr)
|
| @@ -758,7 +758,7 @@ void WebPluginContainerImpl::shouldDisposePlugin()
|
| DEFINE_TRACE(WebPluginContainerImpl)
|
| {
|
| visitor->trace(m_element);
|
| - FrameDestructionObserver::trace(visitor);
|
| + LocalFrameLifecycleObserver::trace(visitor);
|
| PluginView::trace(visitor);
|
| }
|
|
|
|
|