| Index: Source/web/WebHelperPluginImpl.cpp
|
| diff --git a/Source/web/WebHelperPluginImpl.cpp b/Source/web/WebHelperPluginImpl.cpp
|
| index 8abb23b60bfc6aa318fb16b0dd3df0889a0396a0..5f4caedeebb51f35625820362504ba10d26af2d9 100644
|
| --- a/Source/web/WebHelperPluginImpl.cpp
|
| +++ b/Source/web/WebHelperPluginImpl.cpp
|
| @@ -44,7 +44,7 @@ namespace blink {
|
|
|
| DEFINE_TYPE_CASTS(WebHelperPluginImpl, WebHelperPlugin, plugin, true, true);
|
|
|
| -WebHelperPlugin* WebHelperPlugin::create(const WebString& pluginType, WebFrame* frame)
|
| +WebHelperPlugin* WebHelperPlugin::create(const WebString& pluginType, WebLocalFrame* frame)
|
| {
|
| OwnPtr<WebHelperPlugin> plugin = adoptPtr<WebHelperPlugin>(new WebHelperPluginImpl());
|
| if (!toWebHelperPluginImpl(plugin.get())->initialize(pluginType, toWebFrameImpl(frame)))
|
|
|