summaryrefslogtreecommitdiffstats
path: root/webkit/glue/webmenuitem.h
diff options
context:
space:
mode:
Diffstat (limited to 'webkit/glue/webmenuitem.h')
-rw-r--r--webkit/glue/webmenuitem.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/webkit/glue/webmenuitem.h b/webkit/glue/webmenuitem.h
index 48f006d..3b1e5d2 100644
--- a/webkit/glue/webmenuitem.h
+++ b/webkit/glue/webmenuitem.h
@@ -9,10 +9,11 @@
#include "base/string16.h"
#include "third_party/WebKit/Source/WebKit/chromium/public/WebMenuItemInfo.h"
+#include "webkit/glue/webkit_glue_export.h"
// Container for information about entries in an HTML select popup menu and
// custom entries of the context menu.
-struct WebMenuItem {
+struct WEBKIT_GLUE_EXPORT WebMenuItem {
enum Type {
OPTION = WebKit::WebMenuItemInfo::Option,
CHECKABLE_OPTION = WebKit::WebMenuItemInfo::CheckableOption,