| Index: Source/platform/text/LocaleToScriptMapping.h
|
| diff --git a/Source/core/platform/text/LocaleToScriptMapping.h b/Source/platform/text/LocaleToScriptMapping.h
|
| similarity index 90%
|
| rename from Source/core/platform/text/LocaleToScriptMapping.h
|
| rename to Source/platform/text/LocaleToScriptMapping.h
|
| index 2d270ecb5ebcf1200a97cdd31cc75027d891a23c..e96abd756c40c2d4911ca87caf22eef008199c42 100644
|
| --- a/Source/core/platform/text/LocaleToScriptMapping.h
|
| +++ b/Source/platform/text/LocaleToScriptMapping.h
|
| @@ -31,13 +31,14 @@
|
| #ifndef LocaleToScriptMapping_h
|
| #define LocaleToScriptMapping_h
|
|
|
| +#include "platform/PlatformExport.h"
|
| #include "wtf/Forward.h"
|
| #include "wtf/unicode/Unicode.h"
|
|
|
| namespace WebCore {
|
|
|
| -UScriptCode localeToScriptCodeForFontSelection(const String&);
|
| -UScriptCode scriptNameToCode(const String&);
|
| +PLATFORM_EXPORT UScriptCode localeToScriptCodeForFontSelection(const String&);
|
| +PLATFORM_EXPORT UScriptCode scriptNameToCode(const String&);
|
|
|
| }
|
|
|
|
|