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

Unified Diff: Source/core/html/track/vtt/VTTTokenizer.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/vtt/VTTToken.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/html/track/vtt/VTTTokenizer.h
diff --git a/Source/core/html/track/vtt/VTTTokenizer.h b/Source/core/html/track/vtt/VTTTokenizer.h
index 4afcded9949cf65a21e1b33086d2ad975f6ccf53..7db96fc86d501522cc69b1df9d707f5a9b295461 100644
--- a/Source/core/html/track/vtt/VTTTokenizer.h
+++ b/Source/core/html/track/vtt/VTTTokenizer.h
@@ -33,10 +33,12 @@
#include "core/html/parser/InputStreamPreprocessor.h"
#include "core/html/track/vtt/VTTToken.h"
+#include "wtf/Allocator.h"
namespace blink {
class VTTTokenizer {
+ DISALLOW_ALLOCATION();
WTF_MAKE_NONCOPYABLE(VTTTokenizer);
public:
explicit VTTTokenizer(const String& input);
« no previous file with comments | « Source/core/html/track/vtt/VTTToken.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698