chore: SetTracingController becomes SetAgent and corresponing contructions updated

This commit is contained in:
Samuel Attard 2018-10-26 15:37:50 +11:00 committed by deepak1556
parent f7f09b028b
commit 9c36576ddd
3 changed files with 5 additions and 5 deletions

View file

@ -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