| Index: Source/core/dom/custom/CustomElementMicrotaskDispatcher.cpp
|
| diff --git a/Source/core/dom/custom/CustomElementMicrotaskDispatcher.cpp b/Source/core/dom/custom/CustomElementMicrotaskDispatcher.cpp
|
| index 5337da3359835fb8512eaecab54cf2cf28eed2b5..3c06dc4b10ff6cb622c263e9f454a53b26f6ab99 100644
|
| --- a/Source/core/dom/custom/CustomElementMicrotaskDispatcher.cpp
|
| +++ b/Source/core/dom/custom/CustomElementMicrotaskDispatcher.cpp
|
| @@ -56,7 +56,7 @@ void CustomElementMicrotaskDispatcher::importDidFinish(CustomElementMicrotaskImp
|
| void CustomElementMicrotaskDispatcher::ensureMicrotaskScheduled()
|
| {
|
| if (!m_hasScheduledMicrotask) {
|
| - Microtask::enqueueMicrotask(&dispatch);
|
| + Microtask::enqueueMicrotask(WTF::bind(&dispatch));
|
| m_hasScheduledMicrotask = true;
|
| }
|
| }
|
|
|