summaryrefslogtreecommitdiff
path: root/src/node_report.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/node_report.h')
-rw-r--r--src/node_report.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/node_report.h b/src/node_report.h
index 2aa55151d8..7d36557e66 100644
--- a/src/node_report.h
+++ b/src/node_report.h
@@ -43,13 +43,13 @@ typedef struct tm TIME_TYPE;
std::string TriggerNodeReport(v8::Isolate* isolate,
node::Environment* env,
const char* message,
- const char* location,
+ const char* trigger,
std::string name,
v8::Local<v8::String> stackstr);
void GetNodeReport(v8::Isolate* isolate,
node::Environment* env,
const char* message,
- const char* location,
+ const char* trigger,
v8::Local<v8::String> stackstr,
std::ostream& out);