| Index: third_party/WebKit/Source/core/dom/shadow/ElementShadow.cpp
|
| diff --git a/third_party/WebKit/Source/core/dom/shadow/ElementShadow.cpp b/third_party/WebKit/Source/core/dom/shadow/ElementShadow.cpp
|
| index e29035dc3be460bdb1f41826b77722664ae310a0..8e5eec4474bb8304ef3ab9d88ba8ad572a34a6c6 100644
|
| --- a/third_party/WebKit/Source/core/dom/shadow/ElementShadow.cpp
|
| +++ b/third_party/WebKit/Source/core/dom/shadow/ElementShadow.cpp
|
| @@ -87,7 +87,7 @@ ShadowRoot& ElementShadow::addShadowRoot(Element& shadowHost,
|
| SubtreeStyleChange,
|
| StyleChangeReasonForTracing::create(StyleChangeReason::Shadow));
|
|
|
| - InspectorInstrumentation::didPushShadowRoot(&shadowHost, shadowRoot);
|
| + probe::didPushShadowRoot(&shadowHost, shadowRoot);
|
|
|
| return *shadowRoot;
|
| }
|
|
|