| 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 2a842ef60b628e6b19586025f44d9a712d103af8..af79bb7feca47d8b56c49df0570c0e6ab3a24d51 100644
|
| --- a/third_party/WebKit/Source/core/html/HTMLSlotElement.cpp
|
| +++ b/third_party/WebKit/Source/core/html/HTMLSlotElement.cpp
|
| @@ -308,7 +308,7 @@ void HTMLSlotElement::lazyReattachDistributedNodesIfNeeded() {
|
| node->lazyReattachIfAttached();
|
| for (auto& node : m_distributedNodes)
|
| node->lazyReattachIfAttached();
|
| - InspectorInstrumentation::didPerformSlotDistribution(this);
|
| + probe::didPerformSlotDistribution(this);
|
| }
|
| m_oldDistributedNodes.clear();
|
| }
|
|
|