| 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 165c965d8cb64dac30d61c84583c44fe00109b1e..65cb82520fdc21985bf8c415e7d703542ac46e83 100644
|
| --- a/third_party/WebKit/Source/web/WebHelperPluginImpl.h
|
| +++ b/third_party/WebKit/Source/web/WebHelperPluginImpl.h
|
| @@ -44,9 +44,9 @@ class HTMLObjectElement;
|
| class WebLocalFrameImpl;
|
| 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.
|
| +// 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.
|
| class WebHelperPluginImpl final : public WebHelperPlugin {
|
| WTF_MAKE_NONCOPYABLE(WebHelperPluginImpl);
|
| USING_FAST_MALLOC(WebHelperPluginImpl);
|
|
|