summaryrefslogtreecommitdiffstats
path: root/WebCore/plugins/PluginView.h
diff options
context:
space:
mode:
Diffstat (limited to 'WebCore/plugins/PluginView.h')
-rw-r--r--WebCore/plugins/PluginView.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/WebCore/plugins/PluginView.h b/WebCore/plugins/PluginView.h
index 6042b0f..88136e3 100644
--- a/WebCore/plugins/PluginView.h
+++ b/WebCore/plugins/PluginView.h
@@ -171,9 +171,9 @@ namespace WebCore {
void pushPopupsEnabledState(bool state);
void popPopupsEnabledState();
#ifdef PLUGIN_SCHEDULE_TIMER
- uint32 scheduleTimer(NPP, uint32 interval, bool repeat,
- void (*timerFunc)(NPP, uint32 timerID));
- void unscheduleTimer(NPP, uint32 timerID);
+ uint32_t scheduleTimer(NPP, uint32_t interval, bool repeat,
+ void (*timerFunc)(NPP, uint32_t timerID));
+ void unscheduleTimer(NPP, uint32_t timerID);
#endif
virtual void invalidateRect(const IntRect&);