| Index: third_party/WebKit/Source/core/dom/shadow/ElementShadowV0.cpp
|
| diff --git a/third_party/WebKit/Source/core/dom/shadow/ElementShadowV0.cpp b/third_party/WebKit/Source/core/dom/shadow/ElementShadowV0.cpp
|
| index c8f6b5d04ebe048af8f9b1abca4c9017ff039196..015a4cb6ea0fa51764db184114f52350f91c22e6 100644
|
| --- a/third_party/WebKit/Source/core/dom/shadow/ElementShadowV0.cpp
|
| +++ b/third_party/WebKit/Source/core/dom/shadow/ElementShadowV0.cpp
|
| @@ -198,8 +198,7 @@ void ElementShadowV0::distribute() {
|
| shadowWhereNodeCanBeDistributedForV0(*shadowInsertionPoint))
|
| shadow->setNeedsDistributionRecalc();
|
| }
|
| - InspectorInstrumentation::didPerformElementShadowDistribution(
|
| - &m_elementShadow->host());
|
| + probe::didPerformElementShadowDistribution(&m_elementShadow->host());
|
| }
|
|
|
| void ElementShadowV0::didDistributeNode(const Node* node,
|
|
|