From 9c86e7443137badef956d6b24640c3d84f0f44f7 Mon Sep 17 00:00:00 2001 From: gengjiawen Date: Mon, 11 Feb 2019 22:47:05 +0800 Subject: [PATCH] src: use same parameter name in node_report.cc --- src/node_report.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/node_report.cc b/src/node_report.cc index 7477a2fd240513..6cf7cac8bfe76f 100644 --- a/src/node_report.cc +++ b/src/node_report.cc @@ -80,7 +80,7 @@ static void WriteNodeReport(Isolate* isolate, const std::string& filename, std::ostream& out, Local stackstr, - TIME_TYPE* time); + TIME_TYPE* tm_struct); static void PrintVersionInformation(JSONWriter* writer); static void PrintJavaScriptStack(JSONWriter* writer, Isolate* isolate,