Index: webkit/glue/webaccessibility.h |
diff --git a/webkit/glue/webaccessibility.h b/webkit/glue/webaccessibility.h |
index 4167dcebee2c47d09d88d8b962b1b833b8a77f3f..38c602d50f7c8de05777d04405d5452e15ce7ece 100644 |
--- a/webkit/glue/webaccessibility.h |
+++ b/webkit/glue/webaccessibility.h |
@@ -11,6 +11,7 @@ |
#include "base/string16.h" |
#include "ui/gfx/rect.h" |
+#include "webkit/glue/webkit_glue_export.h" |
namespace WebKit { |
class WebAccessibilityObject; |
@@ -21,7 +22,7 @@ namespace webkit_glue { |
// A compact representation of the accessibility information for a |
// single web object, in a form that can be serialized and sent from |
// the renderer process to the browser process. |
-struct WebAccessibility { |
+struct WEBKIT_GLUE_EXPORT WebAccessibility { |
public: |
// An enumeration of accessibility roles. |
enum Role { |