| Index: webkit/glue/plugins/plugin_list.h | 
| =================================================================== | 
| --- webkit/glue/plugins/plugin_list.h	(revision 25593) | 
| +++ webkit/glue/plugins/plugin_list.h	(working copy) | 
| @@ -35,7 +35,7 @@ | 
| // This struct holds entry points into a plugin.  The entry points are | 
| // slightly different between Linux and other platforms. | 
| struct PluginEntryPoints { | 
| -#if !defined(OS_LINUX) | 
| +#if !defined(OS_LINUX) && !defined(OS_FREEBSD) | 
| NP_GetEntryPointsFunc np_getentrypoints; | 
| #endif | 
| NP_InitializeFunc np_initialize; | 
|  |