| 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);
|
|
|