8000
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.
There was an error while loadi 8000 ng. Please reload this page.
1 parent 4dca3ab commit de9f37dCopy full SHA for de9f37d
src/tracing/agent.h
@@ -63,12 +63,12 @@ class AgentWriterHandle {
63
64
inline v8::TracingController* GetTracingController();
65
66
- private:
67
- inline AgentWriterHandle(Agent* agent, int id) : agent_(agent), id_(id) {}
68
-
69
AgentWriterHandle(const AgentWriterHandle& other) = delete;
70
AgentWriterHandle& operator=(const AgentWriterHandle& other) = delete;
71
+ private:
+ inline AgentWriterHandle(Agent* agent, int id) : agent_(agent), id_(id) {}
+
72
Agent* agent_ = nullptr;
73
int id_;
74
0 commit comments