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

Unified Diff: Source/wtf/ParallelJobsLibdispatch.h

Issue 15861022: Build WTF as dll in component build (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Fix AutoDrainedPool ctor and ThreadSpecificThreadExit exports Created 7 years, 7 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 | « Source/wtf/ParallelJobsGeneric.h ('k') | Source/wtf/RandomNumber.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/wtf/ParallelJobsLibdispatch.h
diff --git a/Source/wtf/ParallelJobsLibdispatch.h b/Source/wtf/ParallelJobsLibdispatch.h
index ca7d9a4e8950d28269cacdc63c546ec183c60dde..869f992698bf2afc5af17f1cef28c694bef4d528 100644
--- a/Source/wtf/ParallelJobsLibdispatch.h
+++ b/Source/wtf/ParallelJobsLibdispatch.h
@@ -31,10 +31,11 @@
#if ENABLE(THREADING_LIBDISPATCH)
#include <dispatch/dispatch.h>
+#include "wtf/WTFExport.h"
namespace WTF {
-class ParallelEnvironment {
+class WTF_EXPORT ParallelEnvironment {
WTF_MAKE_FAST_ALLOCATED;
public:
typedef void (*ThreadFunction)(void*);
« no previous file with comments | « Source/wtf/ParallelJobsGeneric.h ('k') | Source/wtf/RandomNumber.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698