diff options
Diffstat (limited to 'webkit')
-rw-r--r-- | webkit/plugins/ppapi/ppapi_plugin_instance.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/webkit/plugins/ppapi/ppapi_plugin_instance.h b/webkit/plugins/ppapi/ppapi_plugin_instance.h index f0c17aa..e05ca63 100644 --- a/webkit/plugins/ppapi/ppapi_plugin_instance.h +++ b/webkit/plugins/ppapi/ppapi_plugin_instance.h @@ -124,9 +124,7 @@ class WEBKIT_PLUGINS_EXPORT PluginInstance : // Does some pre-destructor cleanup on the instance. This is necessary // because some cleanup depends on the plugin instance still existing (like // calling the plugin's DidDestroy function). This function is called from - // the WebPlugin implementation when WebKit is about to remove the plugin, - // and may also be called directly by RenderViewImpl when a clean wekbit - // shutdown is being skipped. + // the WebPlugin implementation when WebKit is about to remove the plugin. void Delete(); // Paints the current backing store to the web page. |