| Index: Source/core/html/parser/HTMLParserScheduler.h
|
| diff --git a/Source/core/html/parser/HTMLParserScheduler.h b/Source/core/html/parser/HTMLParserScheduler.h
|
| index 87cc551d21e7ea33ce70eddea6e1caaf2e2851c7..c2b00543abc1e8164f0684356a34446930936ba6 100644
|
| --- a/Source/core/html/parser/HTMLParserScheduler.h
|
| +++ b/Source/core/html/parser/HTMLParserScheduler.h
|
| @@ -28,6 +28,7 @@
|
|
|
| #include "core/html/parser/NestingLevelIncrementer.h"
|
| #include "platform/scheduler/CancellableTaskFactory.h"
|
| +#include "wtf/Allocator.h"
|
| #include "wtf/PassOwnPtr.h"
|
| #include "wtf/RefPtr.h"
|
|
|
| @@ -54,6 +55,7 @@ public:
|
| };
|
|
|
| class SpeculationsPumpSession : public ActiveParserSession {
|
| + STACK_ALLOCATED();
|
| public:
|
| SpeculationsPumpSession(unsigned& nestingLevel, Document*);
|
| ~SpeculationsPumpSession();
|
|
|