We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3dc4a5f commit b89b2a7Copy full SHA for b89b2a7
1 file changed
src/tracing/agent.h
@@ -22,7 +22,7 @@ class Agent {
22
uv_thread_t thread_;
23
uv_loop_t tracing_loop_;
24
v8::Platform* platform_ = nullptr;
25
- TracingController* tracing_controller_;
+ TracingController* tracing_controller_ = nullptr;
26
};
27
28
} // namespace tracing
0 commit comments