chore: SetTracingController becomes SetAgent and corresponing contructions updated
This commit is contained in:
parent
f7f09b028b
commit
9c36576ddd
3 changed files with 5 additions and 5 deletions
|
@ -45,7 +45,7 @@ namespace tracing {
|
|||
class TraceEventHelper {
|
||||
public:
|
||||
static v8::TracingController* GetTracingController();
|
||||
static void SetTracingController(v8::TracingController* controller);
|
||||
static void SetAgent(node::tracing::Agent* agent);
|
||||
};
|
||||
|
||||
} // namespace tracing
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue