| Index: mojo/edk/js/core.h
|
| diff --git a/mojo/edk/js/core.h b/mojo/edk/js/core.h
|
| index ca203ea76a3b215ed3fb2b56790ef051d22e0353..97ef5dfd8118e73408371971ef008854e9757a65 100644
|
| --- a/mojo/edk/js/core.h
|
| +++ b/mojo/edk/js/core.h
|
| @@ -5,13 +5,14 @@
|
| #ifndef MOJO_EDK_JS_CORE_H_
|
| #define MOJO_EDK_JS_CORE_H_
|
|
|
| +#include "mojo/edk/js/js_export.h"
|
| #include "v8/include/v8.h"
|
|
|
| namespace mojo {
|
| namespace edk {
|
| namespace js {
|
|
|
| -class Core {
|
| +class MOJO_JS_EXPORT Core {
|
| public:
|
| static const char kModuleName[];
|
| static v8::Local<v8::Value> GetModule(v8::Isolate* isolate);
|
|
|