| Index: third_party/WebKit/Source/web/WebHelperPluginImpl.h
|
| diff --git a/third_party/WebKit/Source/web/WebHelperPluginImpl.h b/third_party/WebKit/Source/web/WebHelperPluginImpl.h
|
| index 65cb82520fdc21985bf8c415e7d703542ac46e83..818dc655cdc528deb612cd13e45d1ec19be1061b 100644
|
| --- a/third_party/WebKit/Source/web/WebHelperPluginImpl.h
|
| +++ b/third_party/WebKit/Source/web/WebHelperPluginImpl.h
|
| @@ -46,7 +46,7 @@ class WebPluginContainerImpl;
|
|
|
| // Utility class to host helper plugins for media. Internally, it creates a
|
| // detached HTMLPluginElement to host the plugin and uses
|
| -// FrameLoaderClient::createPlugin() to instantiate the requested plugin.
|
| +// LocalFrameClient::createPlugin() to instantiate the requested plugin.
|
| class WebHelperPluginImpl final : public WebHelperPlugin {
|
| WTF_MAKE_NONCOPYABLE(WebHelperPluginImpl);
|
| USING_FAST_MALLOC(WebHelperPluginImpl);
|
|
|