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

Unified Diff: third_party/WebKit/Source/platform/text/PlatformLocale.h

Issue 1521923002: Make platform/text to use USING_FAST_MALLOC. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years 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
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();
« no previous file with comments | « third_party/WebKit/Source/platform/text/LineEnding.cpp ('k') | third_party/WebKit/Source/platform/text/SegmentedString.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698