Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(236)

Unified Diff: third_party/WebKit/Source/core/dom/PseudoElement.cpp

Issue 2727633006: DevTools: Rename InspectorInstrumentation:: namespace into probe:: (Closed)
Patch Set: Created 3 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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());

Powered by Google App Engine
This is Rietveld 408576698