| Index: third_party/WebKit/Source/platform/text/PlatformLocale.h
|
| diff --git a/third_party/WebKit/Source/platform/text/PlatformLocale.h b/third_party/WebKit/Source/platform/text/PlatformLocale.h
|
| index 93f98f16ab752abcdab45a229f32489d47fd49ec..4bcc4e90b5a3b9e95f7bd7718168cb513c9501bf 100644
|
| --- a/third_party/WebKit/Source/platform/text/PlatformLocale.h
|
| +++ b/third_party/WebKit/Source/platform/text/PlatformLocale.h
|
| @@ -29,6 +29,7 @@
|
| #include "platform/DateComponents.h"
|
| #include "platform/Language.h"
|
| #include "public/platform/WebLocalizedString.h"
|
| +#include "wtf/Allocator.h"
|
| #include "wtf/PassOwnPtr.h"
|
| #include "wtf/text/WTFString.h"
|
|
|
| @@ -36,6 +37,7 @@ namespace blink {
|
|
|
| class PLATFORM_EXPORT Locale {
|
| WTF_MAKE_NONCOPYABLE(Locale);
|
| + USING_FAST_MALLOC(Locale);
|
| public:
|
| static PassOwnPtr<Locale> create(const String& localeIdentifier);
|
| static Locale& defaultLocale();
|
|
|