| Index: Source/web/WebHelperPluginImpl.h
|
| diff --git a/Source/web/WebHelperPluginImpl.h b/Source/web/WebHelperPluginImpl.h
|
| index c48b25cc7f99662f251c5606b99ad9c0058b03e6..47ab75d5fdfb796c59da6ba054adc99885bbb951 100644
|
| --- a/Source/web/WebHelperPluginImpl.h
|
| +++ b/Source/web/WebHelperPluginImpl.h
|
| @@ -45,7 +45,7 @@ class HTMLObjectElement;
|
|
|
| namespace blink {
|
|
|
| -class WebFrameImpl;
|
| +class WebLocalFrameImpl;
|
| class WebPluginContainerImpl;
|
|
|
| // Utility class to host helper plugins for media. Internally, it creates a detached
|
| @@ -65,7 +65,7 @@ private:
|
| WebHelperPluginImpl();
|
| virtual ~WebHelperPluginImpl();
|
|
|
| - bool initialize(const String& pluginType, WebFrameImpl*);
|
| + bool initialize(const String& pluginType, WebLocalFrameImpl*);
|
| void reallyDestroy(WebCore::Timer<WebHelperPluginImpl>*);
|
|
|
| WebCore::Timer<WebHelperPluginImpl> m_destructionTimer;
|
|
|