| Index: webkit/glue/plugins/plugin_list.h
|
| diff --git a/webkit/glue/plugins/plugin_list.h b/webkit/glue/plugins/plugin_list.h
|
| index ec82fd01604479329219927ae42f2a54e14ed6eb..e16f5ea2d4d0f5b3429f5cf67fe6c566356019d4 100644
|
| --- a/webkit/glue/plugins/plugin_list.h
|
| +++ b/webkit/glue/plugins/plugin_list.h
|
| @@ -31,9 +31,9 @@ namespace NPAPI {
|
| class PluginInstance;
|
|
|
| // This struct holds entry points into a plugin. The entry points are
|
| -// slightly different between Linux and other platforms.
|
| +// slightly different between Win/Mac and Unixes.
|
| struct PluginEntryPoints {
|
| -#if !defined(OS_LINUX) && !defined(OS_FREEBSD)
|
| +#if !defined(OS_POSIX) || defined(OS_MACOSX)
|
| NP_GetEntryPointsFunc np_getentrypoints;
|
| #endif
|
| NP_InitializeFunc np_initialize;
|
|
|