Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1089)

Unified Diff: mojo/edk/js/threading.h

Issue 2405903003: Make //mojo/edk/js a component. (Closed)
Patch Set: Created 4 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « mojo/edk/js/support.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/edk/js/threading.h
diff --git a/mojo/edk/js/threading.h b/mojo/edk/js/threading.h
index 10404d5bc778e95ab3cfdb9d65fdc989e07fefd8..653d0765a6971f407abe3c51d282b4bf58772eba 100644
--- a/mojo/edk/js/threading.h
+++ b/mojo/edk/js/threading.h
@@ -6,13 +6,14 @@
#define MOJO_EDK_JS_THREADING_H_
#include "gin/public/wrapper_info.h"
+#include "mojo/edk/js/js_export.h"
#include "v8/include/v8.h"
namespace mojo {
namespace edk {
namespace js {
-class Threading {
+class MOJO_JS_EXPORT Threading {
public:
static const char kModuleName[];
static v8::Local<v8::Value> GetModule(v8::Isolate* isolate);
« no previous file with comments | « mojo/edk/js/support.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698