| Index: Source/core/dom/SuspendableTask.h
|
| diff --git a/Source/core/dom/SuspendableTask.h b/Source/core/dom/SuspendableTask.h
|
| index 22cfda3a987dc723fa3cf5894627b6d88ac51368..f547d03fa4580daf9bc0efc67636d30a986b9296 100644
|
| --- a/Source/core/dom/SuspendableTask.h
|
| +++ b/Source/core/dom/SuspendableTask.h
|
| @@ -5,9 +5,12 @@
|
| #ifndef SuspendableTask_h
|
| #define SuspendableTask_h
|
|
|
| +#include "wtf/Allocator.h"
|
| +
|
| namespace blink {
|
|
|
| class SuspendableTask {
|
| + WTF_MAKE_FAST_ALLOCATED(SuspendableTask);
|
| public:
|
| SuspendableTask() { }
|
| virtual void run() = 0;
|
|
|