Index: content/renderer/npapi/webplugin_impl.cc |
diff --git a/content/renderer/npapi/webplugin_impl.cc b/content/renderer/npapi/webplugin_impl.cc |
index bb92c76122c9aea29d7e3e89b65c07ed23fa53e1..9a447fef0c82977bd8d4f22ced2ed027bc0d34bc 100644 |
--- a/content/renderer/npapi/webplugin_impl.cc |
+++ b/content/renderer/npapi/webplugin_impl.cc |
@@ -917,7 +917,7 @@ void WebPluginImpl::willSendRequest(WebURLLoader* loader, |
// Currently this check is just to catch an https -> http redirect when |
// loading the main plugin src URL. Longer term, we could investigate |
// firing mixed diplay or scripting issues for subresource loads |
- // initiated by plug-ins. |
+ // initiated by plugins. |
if (client_info->is_plugin_src_load && |
webframe_ && |
!webframe_->checkIfRunInsecureContent(request.url())) { |