| Index: gin/modules/module_registry.h
|
| diff --git a/gin/modules/module_registry.h b/gin/modules/module_registry.h
|
| index d3bed3260bdcc22f31a54a3b76498118522a17a7..27606cd9a5460d4ac2e4d5c45c5c301840155a77 100644
|
| --- a/gin/modules/module_registry.h
|
| +++ b/gin/modules/module_registry.h
|
| @@ -13,6 +13,7 @@
|
| #include "base/callback.h"
|
| #include "base/compiler_specific.h"
|
| #include "base/memory/scoped_ptr.h"
|
| +#include "gin/gin_export.h"
|
| #include "gin/per_context_data.h"
|
|
|
| namespace gin {
|
| @@ -30,7 +31,7 @@ struct PendingModule;
|
| // function. The spec says we should only add that property once our
|
| // implementation complies with the specification.
|
| //
|
| -class ModuleRegistry : public ContextSupplement {
|
| +class GIN_EXPORT ModuleRegistry : public ContextSupplement {
|
| public:
|
| typedef base::Callback<void (v8::Handle<v8::Value>)> LoadModuleCallback;
|
|
|
|
|