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

Unified Diff: Source/wtf/unicode/Collator.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/text/WTFString.h ('k') | Source/wtf/unicode/UTF8.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/wtf/unicode/Collator.h
diff --git a/Source/wtf/unicode/Collator.h b/Source/wtf/unicode/Collator.h
index f07639f180d5e4862b918f3a4482dde032c8e113..2905a14c470d37e96422ece552eaee2680d05b11 100644
--- a/Source/wtf/unicode/Collator.h
+++ b/Source/wtf/unicode/Collator.h
@@ -32,6 +32,7 @@
#include "wtf/FastAllocBase.h"
#include "wtf/Noncopyable.h"
#include "wtf/PassOwnPtr.h"
+#include "wtf/WTFExport.h"
#include "wtf/unicode/Unicode.h"
#if !UCONFIG_NO_COLLATION
@@ -40,7 +41,7 @@ struct UCollator;
namespace WTF {
- class Collator {
+ class WTF_EXPORT Collator {
WTF_MAKE_NONCOPYABLE(Collator); WTF_MAKE_FAST_ALLOCATED;
public:
enum Result { Equal = 0, Greater = 1, Less = -1 };
« no previous file with comments | « Source/wtf/text/WTFString.h ('k') | Source/wtf/unicode/UTF8.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698