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

Unified Diff: Source/core/html/track/vtt/BufferedLineReader.h

Issue 1306413003: Make classes and structures in core/html fast-allocated. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 5 years, 4 months 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
« no previous file with comments | « Source/core/html/track/CueTimeline.h ('k') | Source/core/html/track/vtt/VTTCue.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/html/track/vtt/BufferedLineReader.h
diff --git a/Source/core/html/track/vtt/BufferedLineReader.h b/Source/core/html/track/vtt/BufferedLineReader.h
index 7495f2665f4719da478733e47ebb0edf5c9f7e94..21c81e4bbbaf879db50a5f5fd11b79f54cf8aac6 100644
--- a/Source/core/html/track/vtt/BufferedLineReader.h
+++ b/Source/core/html/track/vtt/BufferedLineReader.h
@@ -33,6 +33,7 @@
#include "core/CoreExport.h"
#include "platform/text/SegmentedString.h"
+#include "wtf/Allocator.h"
#include "wtf/text/StringBuilder.h"
namespace blink {
@@ -44,6 +45,7 @@ namespace blink {
// to 'REPLACEMENT CHARACTER' (U+FFFD) and does not return the linebreaks as
// part of the result.
class CORE_EXPORT BufferedLineReader {
+ DISALLOW_ALLOCATION();
WTF_MAKE_NONCOPYABLE(BufferedLineReader);
public:
BufferedLineReader()
« no previous file with comments | « Source/core/html/track/CueTimeline.h ('k') | Source/core/html/track/vtt/VTTCue.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698