| Index: Source/core/html/parser/PreloadRequest.h
|
| diff --git a/Source/core/html/parser/PreloadRequest.h b/Source/core/html/parser/PreloadRequest.h
|
| index 0fe232f54589c5ad2d0dc2daf425b431cebd5e46..1fc410dd45adecfdaad90eaa2488853a3b8b0a07 100644
|
| --- a/Source/core/html/parser/PreloadRequest.h
|
| +++ b/Source/core/html/parser/PreloadRequest.h
|
| @@ -9,6 +9,7 @@
|
| #include "core/fetch/FetchRequest.h"
|
| #include "core/fetch/Resource.h"
|
| #include "platform/weborigin/SecurityPolicy.h"
|
| +#include "wtf/Allocator.h"
|
| #include "wtf/text/TextPosition.h"
|
|
|
| namespace blink {
|
| @@ -16,6 +17,7 @@ namespace blink {
|
| class Document;
|
|
|
| class PreloadRequest {
|
| + WTF_MAKE_FAST_ALLOCATED(PreloadRequest);
|
| public:
|
| enum RequestType { RequestTypePreload, RequestTypePreconnect };
|
|
|
|
|