| Index: Source/core/html/imports/HTMLImportLoader.h
|
| diff --git a/Source/core/html/imports/HTMLImportLoader.h b/Source/core/html/imports/HTMLImportLoader.h
|
| index 5844819a707e97ed1cc0c0f1847729b64ad499df..441067f666c86862fa750e181dadbf6d91009dab 100644
|
| --- a/Source/core/html/imports/HTMLImportLoader.h
|
| +++ b/Source/core/html/imports/HTMLImportLoader.h
|
| @@ -56,6 +56,7 @@ class HTMLImportsController;
|
| //
|
| class HTMLImportLoader final : public NoBaseWillBeGarbageCollectedFinalized<HTMLImportLoader>, public ResourceOwner<RawResource>, public DocumentParserClient {
|
| WILL_BE_USING_GARBAGE_COLLECTED_MIXIN(HTMLImportLoader);
|
| + WTF_MAKE_FAST_ALLOCATED_WILL_BE_REMOVED(HTMLImportLoader);
|
| public:
|
| enum State {
|
| StateLoading,
|
|
|