diff options
Diffstat (limited to 'webkit/glue/plugins/webplugin.h')
-rw-r--r-- | webkit/glue/plugins/webplugin.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/webkit/glue/plugins/webplugin.h b/webkit/glue/plugins/webplugin.h index 5fbef1f..8a61027 100644 --- a/webkit/glue/plugins/webplugin.h +++ b/webkit/glue/plugins/webplugin.h @@ -168,7 +168,7 @@ class WebPlugin { // Gets the WebPluginDelegate that implements the interface. // This API is only for use with Pepper, and is only overridden // by in-renderer implementations. - virtual WebPluginDelegate* delegate() { return NULL; } + virtual WebPluginDelegate* delegate(); // Handles NPN_URLRedirectResponse calls issued by plugins in response to // HTTP URL redirect notifications. |