| Index: third_party/WebKit/Source/core/html/HTMLSlotElement.cpp
|
| diff --git a/third_party/WebKit/Source/core/html/HTMLSlotElement.cpp b/third_party/WebKit/Source/core/html/HTMLSlotElement.cpp
|
| index 2af5bde13f26900e0d8b403d1a61251b83c4332c..406a54f853eb6c5a52a97078c2343acb99d3da42 100644
|
| --- a/third_party/WebKit/Source/core/html/HTMLSlotElement.cpp
|
| +++ b/third_party/WebKit/Source/core/html/HTMLSlotElement.cpp
|
| @@ -294,7 +294,7 @@ void HTMLSlotElement::updateDistributedNodesWithFallback()
|
| void HTMLSlotElement::enqueueSlotChangeEvent()
|
| {
|
| if (!m_slotchangeEventEnqueued) {
|
| - Microtask::enqueueMicrotask(WTF::bind(&HTMLSlotElement::dispatchSlotChangeEvent, Persistent<HTMLSlotElement>(this)));
|
| + Microtask::enqueueMicrotask(WTF::bind(&HTMLSlotElement::dispatchSlotChangeEvent, wrapPersistent(this)));
|
| m_slotchangeEventEnqueued = true;
|
| }
|
|
|
|
|