| Index: Source/core/html/parser/HTMLDocumentParser.h
|
| diff --git a/Source/core/html/parser/HTMLDocumentParser.h b/Source/core/html/parser/HTMLDocumentParser.h
|
| index cdd5f0c3de9e66de846d8d1ea52ae6dc7947c763..8fba55414e7b2ceabb121a411cdc5b4cb68fe42c 100644
|
| --- a/Source/core/html/parser/HTMLDocumentParser.h
|
| +++ b/Source/core/html/parser/HTMLDocumentParser.h
|
| @@ -92,6 +92,8 @@ public:
|
| void resumeScheduledTasks() final;
|
|
|
| struct ParsedChunk {
|
| + WTF_MAKE_FAST_ALLOCATED(ParsedChunk);
|
| + public:
|
| OwnPtr<CompactHTMLTokenStream> tokens;
|
| PreloadRequestStream preloads;
|
| XSSInfoStream xssInfos;
|
|
|