Index: webkit/glue/cpp_binding_example.h |
diff --git a/webkit/glue/cpp_binding_example.h b/webkit/glue/cpp_binding_example.h |
index fc61def84610374215153fdfa5aac85a8ad1d279..f092224a37b4609d06526083eec515b700d657ef 100644 |
--- a/webkit/glue/cpp_binding_example.h |
+++ b/webkit/glue/cpp_binding_example.h |
@@ -34,12 +34,13 @@ |
#define CPP_BINDING_EXAMPLE_H__ |
#include "webkit/glue/cpp_bound_class.h" |
+#include "webkit/glue/webkit_glue_export.h" |
class CppBindingExample : public CppBoundClass { |
public: |
// The default constructor initializes the property and method lists needed |
// to bind this class to a JS object. |
- CppBindingExample(); |
+ WEBKIT_GLUE_EXPORT CppBindingExample(); |
// |
// These public member variables and methods implement the methods and |