diff --git a/modules/plugin/base/public/nsplugindefs.h b/modules/plugin/base/public/nsplugindefs.h index b452aec7530..fc61062b2cd 100644 --- a/modules/plugin/base/public/nsplugindefs.h +++ b/modules/plugin/base/public/nsplugindefs.h @@ -357,10 +357,9 @@ enum nsPluginEventType { nsPluginEventType_AdjustCursorEvent, nsPluginEventType_MenuCommandEvent, nsPluginEventType_ClippingChangedEvent, - nsPluginEventType_ScrollingBeginsEvent, - nsPluginEventType_ScrollingEndsEvent, -#endif /* XP_MACOSX */ - nsPluginEventType_Idle = 0 + nsPluginEventType_ScrollingBeginsEvent = 1000, + nsPluginEventType_ScrollingEndsEvent +#endif }; ////////////////////////////////////////////////////////////////////////////////