| 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 002d534b85d7fa6c33a3046d7f51abbcc1adc9de..b99c9c10c6d16710a3fd16e6b2dc084da85c0cd4 100644
|
| --- a/third_party/WebKit/Source/core/html/HTMLSlotElement.cpp
|
| +++ b/third_party/WebKit/Source/core/html/HTMLSlotElement.cpp
|
| @@ -313,7 +313,7 @@ void HTMLSlotElement::lazyReattachDistributedNodesIfNeeded()
|
| 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;
|
| }
|
|
|
|
|