summaryrefslogtreecommitdiffstats
path: root/WebCore/platform/ContextMenu.h
diff options
context:
space:
mode:
Diffstat (limited to 'WebCore/platform/ContextMenu.h')
-rw-r--r--WebCore/platform/ContextMenu.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/WebCore/platform/ContextMenu.h b/WebCore/platform/ContextMenu.h
index a162fe4..5321ed6 100644
--- a/WebCore/platform/ContextMenu.h
+++ b/WebCore/platform/ContextMenu.h
@@ -88,6 +88,9 @@ namespace WebCore {
PlatformMenuDescription m_platformDescription;
#else
PlatformMenuDescription m_platformDescription;
+#if OS(WINCE)
+ unsigned m_itemCount;
+#endif
#endif
};