| Index: Source/core/html/imports/HTMLImportLoader.h
|
| diff --git a/Source/core/html/imports/HTMLImportLoader.h b/Source/core/html/imports/HTMLImportLoader.h
|
| index 2fa18a8741bde84e751ab03a6203f37cf0ade2c9..8f3a4e1818d3e5e67a7eec5deacf782471381b33 100644
|
| --- a/Source/core/html/imports/HTMLImportLoader.h
|
| +++ b/Source/core/html/imports/HTMLImportLoader.h
|
| @@ -55,6 +55,7 @@ class HTMLImportsController;
|
| //
|
| //
|
| class HTMLImportLoader final : public NoBaseWillBeGarbageCollectedFinalized<HTMLImportLoader>, public ResourceOwner<RawResource>, public DocumentParserClient {
|
| + WILL_BE_USING_GARBAGE_COLLECTED_MIXIN(HTMLImportLoader);
|
| public:
|
| enum State {
|
| StateLoading,
|
|
|