Skip to content

Commit

Permalink
src: use same parameter name in node_report.cc
Browse files Browse the repository at this point in the history
PR-URL: #26046
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Anna Henningsen <anna@addaleax.net>
  • Loading branch information
gengjiawen authored and rvagg committed Feb 28, 2019
1 parent d1e3724 commit 497d9d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/node_report.cc
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ static void WriteNodeReport(Isolate* isolate,
const std::string& filename,
std::ostream& out,
Local<String> stackstr,
TIME_TYPE* time);
TIME_TYPE* tm_struct);
static void PrintVersionInformation(JSONWriter* writer);
static void PrintJavaScriptStack(JSONWriter* writer,
Isolate* isolate,
Expand Down

0 comments on commit 497d9d8

Please sign in to comment.