| Index: gin/modules/console.h
|
| diff --git a/gin/modules/console.h b/gin/modules/console.h
|
| index 259fdaa7c0048b3b508a5022e51267da8ec64c74..8753961dd2b35cf3d002a9782415632f4d8ad929 100644
|
| --- a/gin/modules/console.h
|
| +++ b/gin/modules/console.h
|
| @@ -5,13 +5,14 @@
|
| #ifndef GIN_MODULES_CONSOLE_H_
|
| #define GIN_MODULES_CONSOLE_H_
|
|
|
| +#include "gin/gin_export.h"
|
| #include "v8/include/v8.h"
|
|
|
| namespace gin {
|
|
|
| // The Console module provides a basic API for printing to stdout. Over time,
|
| // we'd like to evolve the API to match window.console in browsers.
|
| -class Console {
|
| +class GIN_EXPORT Console {
|
| public:
|
| static const char kModuleName[];
|
| static v8::Local<v8::ObjectTemplate> GetTemplate(v8::Isolate* isolate);
|
|
|