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

Unified Diff: third_party/WebKit/Source/core/frame/LocalFrame.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/frame/LocalFrame.cpp
diff --git a/third_party/WebKit/Source/core/frame/LocalFrame.cpp b/third_party/WebKit/Source/core/frame/LocalFrame.cpp
index 1e5adcc8c1ccd5ec3a86ff330350f64484009c13..6fa75cf9bc647ce1230b616b021a0adf8eee7440 100644
--- a/third_party/WebKit/Source/core/frame/LocalFrame.cpp
+++ b/third_party/WebKit/Source/core/frame/LocalFrame.cpp
@@ -270,7 +270,7 @@ LocalFrame* LocalFrame::create(LocalFrameClient* client,
: InterfaceProvider::getEmptyInterfaceProvider(),
interfaceRegistry ? interfaceRegistry
: InterfaceRegistry::getEmptyInterfaceRegistry());
- InspectorInstrumentation::frameAttachedToParent(frame);
+ probe::frameAttachedToParent(frame);
return frame;
}
@@ -453,7 +453,7 @@ void LocalFrame::detach(FrameDetachType type) {
if (page() && page()->scrollingCoordinator() && m_view)
page()->scrollingCoordinator()->willDestroyScrollableArea(m_view.get());
- InspectorInstrumentation::frameDetachedFromParent(this);
+ probe::frameDetachedFromParent(this);
Frame::detach(type);
m_supplements.clear();
« no previous file with comments | « third_party/WebKit/Source/core/frame/LocalDOMWindow.cpp ('k') | third_party/WebKit/Source/core/frame/PerformanceMonitor.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698