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

Unified Diff: third_party/WebKit/Source/core/inspector/InspectorTraceEvents.cpp

Issue 2760363002: [instrumentation] Generalize instrumentation to be used beyond the core layer (Closed)
Patch Set: Created 3 years, 9 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/inspector/InspectorTraceEvents.cpp
diff --git a/third_party/WebKit/Source/core/inspector/InspectorTraceEvents.cpp b/third_party/WebKit/Source/core/inspector/InspectorTraceEvents.cpp
index 294f93ca994abd3eb71aa3148adcdaee84f79b6f..c975cbb65c2891ff8c748ecf55fddff6af4009e6 100644
--- a/third_party/WebKit/Source/core/inspector/InspectorTraceEvents.cpp
+++ b/third_party/WebKit/Source/core/inspector/InspectorTraceEvents.cpp
@@ -89,9 +89,10 @@ void setCallStack(TracedValue* value) {
v8::Isolate::GetCurrent()->GetCpuProfiler()->CollectSample();
}
-void InspectorTraceEvents::init(InstrumentingAgents* instrumentingAgents,
- protocol::UberDispatcher*,
- protocol::DictionaryValue*) {
+void InspectorTraceEvents::init(
+ InspectorInstrumentationAgents* instrumentingAgents,
+ protocol::UberDispatcher*,
+ protocol::DictionaryValue*) {
m_instrumentingAgents = instrumentingAgents;
m_instrumentingAgents->addInspectorTraceEvents(this);
}

Powered by Google App Engine
This is Rietveld 408576698