| Index: Source/core/dom/custom/CustomElementMicrotaskDispatcher.h
|
| diff --git a/Source/core/dom/custom/CustomElementMicrotaskDispatcher.h b/Source/core/dom/custom/CustomElementMicrotaskDispatcher.h
|
| index ae54007ba12ff36e6d829b75bac539ad9b8ade03..3798b425e9202b5115a379ea385960d467f34b20 100644
|
| --- a/Source/core/dom/custom/CustomElementMicrotaskDispatcher.h
|
| +++ b/Source/core/dom/custom/CustomElementMicrotaskDispatcher.h
|
| @@ -12,7 +12,6 @@
|
|
|
| namespace WebCore {
|
|
|
| -class CustomElementAsyncImportMicrotaskQueue;
|
| class CustomElementCallbackQueue;
|
| class CustomElementMicrotaskImportStep;
|
| class CustomElementMicrotaskQueue;
|
| @@ -59,7 +58,6 @@ private:
|
| } m_phase;
|
|
|
| RefPtrWillBeMember<CustomElementMicrotaskQueue> m_resolutionAndImports;
|
| - RefPtrWillBeMember<CustomElementAsyncImportMicrotaskQueue> m_asyncImports;
|
| WillBeHeapVector<RawPtrWillBeMember<CustomElementCallbackQueue> > m_elements;
|
| };
|
|
|
|
|