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

Unified Diff: Source/wtf/RandomNumber.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/ParallelJobsLibdispatch.h ('k') | Source/wtf/RefCounted.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/wtf/RandomNumber.h
diff --git a/Source/wtf/RandomNumber.h b/Source/wtf/RandomNumber.h
index db35d9d4dddbaf23dc463cce69cd079e66c28334..1ffed424b0ea161567b31535cdd6ccfb9562ba30 100644
--- a/Source/wtf/RandomNumber.h
+++ b/Source/wtf/RandomNumber.h
@@ -26,11 +26,13 @@
#ifndef WTF_RandomNumber_h
#define WTF_RandomNumber_h
+#include "wtf/WTFExport.h"
+
namespace WTF {
// Returns a pseudo-random number in the range [0, 1), attempts to be
// cryptographically secure if possible on the target platform
-double randomNumber();
+WTF_EXPORT double randomNumber();
}
« no previous file with comments | « Source/wtf/ParallelJobsLibdispatch.h ('k') | Source/wtf/RefCounted.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698