| Index: Source/core/dom/custom/CustomElementAsyncImportMicrotaskQueue.h
|
| diff --git a/Source/core/dom/custom/CustomElementAsyncImportMicrotaskQueue.h b/Source/core/dom/custom/CustomElementAsyncImportMicrotaskQueue.h
|
| index 2cc6085d2b96c5682080305e57e88b3069821121..9ee49e24fdca854fcd0efa04c883dbc72d275b1d 100644
|
| --- a/Source/core/dom/custom/CustomElementAsyncImportMicrotaskQueue.h
|
| +++ b/Source/core/dom/custom/CustomElementAsyncImportMicrotaskQueue.h
|
| @@ -41,7 +41,7 @@ class CustomElementAsyncImportMicrotaskQueue : public CustomElementMicrotaskQueu
|
| public:
|
| static PassRefPtrWillBeRawPtr<CustomElementAsyncImportMicrotaskQueue> create() { return adoptRefWillBeNoop(new CustomElementAsyncImportMicrotaskQueue()); }
|
|
|
| - void enqueue(PassOwnPtr<CustomElementMicrotaskImportStep>);
|
| + void enqueue(PassOwnPtrWillBeRawPtr<CustomElementMicrotaskImportStep>);
|
|
|
| private:
|
| CustomElementAsyncImportMicrotaskQueue() { }
|
|
|