fix: expose TraceEventHelper
Node required tracing controller to be initialized, otherwise a crash would occur. Changed in concert with 0e5b6f9300
\#diff-0cdfa12fff513e022fac830c6af9c19a
This commit is contained in:
Родитель
6ce4fdc7c5
Коммит
105c63b0db
|
@ -308,7 +308,7 @@ const int kZeroNumArgs = 0;
|
|||
const decltype(nullptr) kGlobalScope = nullptr;
|
||||
const uint64_t kNoId = 0;
|
||||
|
||||
class TraceEventHelper {
|
||||
class NODE_EXTERN TraceEventHelper {
|
||||
public:
|
||||
static v8::TracingController* GetTracingController();
|
||||
static void SetTracingController(v8::TracingController* controller);
|
||||
|
|
Загрузка…
Ссылка в новой задаче