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

Unified Diff: third_party/WebKit/Source/platform/text/TextRunIterator.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/TextRunIterator.h
diff --git a/third_party/WebKit/Source/platform/text/TextRunIterator.h b/third_party/WebKit/Source/platform/text/TextRunIterator.h
index 4203351c176e966049e860ccb85db48c31ea6901..204e9a9da40da1d477d4826def9518fcca2f46c9 100644
--- a/third_party/WebKit/Source/platform/text/TextRunIterator.h
+++ b/third_party/WebKit/Source/platform/text/TextRunIterator.h
@@ -30,10 +30,12 @@
#define TextRunIterator_h
#include "platform/text/TextRun.h"
+#include "wtf/Allocator.h"
namespace blink {
class TextRunIterator {
+ DISALLOW_NEW();
public:
TextRunIterator()
: m_textRun(0)
« no previous file with comments | « third_party/WebKit/Source/platform/text/TextRun.cpp ('k') | third_party/WebKit/Source/platform/text/TextStream.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698