| Index: third_party/WebKit/Source/core/dom/PseudoElement.cpp
|
| diff --git a/third_party/WebKit/Source/core/dom/PseudoElement.cpp b/third_party/WebKit/Source/core/dom/PseudoElement.cpp
|
| index c0df72d0beadc0d7b6e029fcc295e3e6015a97e2..ae36c01f2a4b361f26bf908a82bfa302039e5e44 100644
|
| --- a/third_party/WebKit/Source/core/dom/PseudoElement.cpp
|
| +++ b/third_party/WebKit/Source/core/dom/PseudoElement.cpp
|
| @@ -104,7 +104,7 @@ PassRefPtr<ComputedStyle> PseudoElement::customStyleForLayoutObject() {
|
| void PseudoElement::dispose() {
|
| DCHECK(parentOrShadowHostElement());
|
|
|
| - InspectorInstrumentation::pseudoElementDestroyed(this);
|
| + probe::pseudoElementDestroyed(this);
|
|
|
| DCHECK(!nextSibling());
|
| DCHECK(!previousSibling());
|
|
|