| Index: webkit/glue/plugins/webplugin.h
 | 
| diff --git a/webkit/glue/plugins/webplugin.h b/webkit/glue/plugins/webplugin.h
 | 
| index 5fbef1fc17d8da98c19da95f41812ddf21301ef7..8a6102705c365af11b1557d5570f3af3d11a4432 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.
 | 
| 
 |