| Index: Source/core/html/parser/HTMLParserThread.h
|
| diff --git a/Source/core/html/parser/HTMLParserThread.h b/Source/core/html/parser/HTMLParserThread.h
|
| index 5260bca77504b06553cf1f5faa9300d19365daf0..94f1c039c5784e3c6c5a4d57d4a63da64f50f83d 100644
|
| --- a/Source/core/html/parser/HTMLParserThread.h
|
| +++ b/Source/core/html/parser/HTMLParserThread.h
|
| @@ -33,6 +33,7 @@
|
|
|
| #include "core/CoreExport.h"
|
| #include "platform/WebThreadSupportingGC.h"
|
| +#include "wtf/Allocator.h"
|
| #include "wtf/Functional.h"
|
| #include "wtf/OwnPtr.h"
|
| #include "wtf/PassOwnPtr.h"
|
| @@ -40,6 +41,7 @@
|
| namespace blink {
|
|
|
| class CORE_EXPORT HTMLParserThread {
|
| + WTF_MAKE_FAST_ALLOCATED(HTMLParserThread);
|
| public:
|
| static void init();
|
| static void shutdown();
|
|
|