Skip to content
Closed
Prev Previous commit
Next Next commit
src: elevate v8 namespaces of node_trace_events.cc
  • Loading branch information
Jayasankar-m committed Nov 19, 2018
commit 4f601e63391b6ca4ef9475f98e48bdef7898a9a2
3 changes: 2 additions & 1 deletion src/node_trace_events.cc
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,11 @@ using v8::Context;
using v8::FunctionCallbackInfo;
using v8::FunctionTemplate;
using v8::Local;
using v8::NewStringType;
using v8::Object;
using v8::String;
using v8::Value;
using v8::NewStringType;


Comment thread
Jayasankar-m marked this conversation as resolved.
Outdated
class NodeCategorySet : public BaseObject {
public:
Expand Down