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

Unified Diff: third_party/WebKit/Source/core/html/HTMLSlotElement.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/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();
}

Powered by Google App Engine
This is Rietveld 408576698