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

Unified Diff: third_party/WebKit/Source/platform/text/DateTimeFormat.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/DateTimeFormat.h
diff --git a/third_party/WebKit/Source/platform/text/DateTimeFormat.h b/third_party/WebKit/Source/platform/text/DateTimeFormat.h
index 871f08e2511a3af03e8f1b0dd5557621d8323708..645d5b5261f1f5f5ef833d7650900221ac9c5eff 100644
--- a/third_party/WebKit/Source/platform/text/DateTimeFormat.h
+++ b/third_party/WebKit/Source/platform/text/DateTimeFormat.h
@@ -28,6 +28,7 @@
#include "platform/PlatformExport.h"
#include "platform/heap/Handle.h"
+#include "wtf/Allocator.h"
#include "wtf/Forward.h"
namespace blink {
@@ -36,6 +37,7 @@ namespace blink {
// standard 35, Locale Data Markup Language (LDML)[1].
// [1] LDML http://unicode.org/reports/tr35/tr35-6.html#Date_Format_Patterns
class PLATFORM_EXPORT DateTimeFormat {
+ STATIC_ONLY(DateTimeFormat);
public:
enum FieldType {
FieldTypeInvalid,
« no previous file with comments | « third_party/WebKit/Source/platform/text/BidiRunList.h ('k') | third_party/WebKit/Source/platform/text/DecodeEscapeSequences.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698