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.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/WebCore/platform/ContextMenu.h b/WebCore/platform/ContextMenu.h
index dc484b2..77843dc 100644
--- a/WebCore/platform/ContextMenu.h
+++ b/WebCore/platform/ContextMenu.h
@@ -78,6 +78,8 @@ namespace WebCore {
RetainPtr<NSMutableArray> m_platformDescription;
#elif PLATFORM(QT)
QList<ContextMenuItem> m_items;
+#elif PLATFORM(CHROMIUM)
+ Vector<ContextMenuItem> m_items;
#else
PlatformMenuDescription m_platformDescription;
#endif