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

Unified Diff: third_party/WebKit/Source/platform/text/BidiRunList.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/BidiRunList.h
diff --git a/third_party/WebKit/Source/platform/text/BidiRunList.h b/third_party/WebKit/Source/platform/text/BidiRunList.h
index bfaaab0de9cc576609802973d6cda072e7a29716..767b3ddde1e8b776534b3e2d19234524f24edc4a 100644
--- a/third_party/WebKit/Source/platform/text/BidiRunList.h
+++ b/third_party/WebKit/Source/platform/text/BidiRunList.h
@@ -23,13 +23,15 @@
#ifndef BidiRunList_h
#define BidiRunList_h
+#include "wtf/Allocator.h"
#include "wtf/Assertions.h"
#include "wtf/Noncopyable.h"
namespace blink {
template <class Run>
-class BidiRunList {
+class BidiRunList final {
+ DISALLOW_NEW();
WTF_MAKE_NONCOPYABLE(BidiRunList);
public:
BidiRunList()
« no previous file with comments | « third_party/WebKit/Source/platform/text/BidiResolver.h ('k') | third_party/WebKit/Source/platform/text/DateTimeFormat.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698