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.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/node_report.h b/src/node_report.h
index 7aff7a5e2f..18135f5666 100644
--- a/src/node_report.h
+++ b/src/node_report.h
@@ -67,7 +67,7 @@ std::string ValueToHexString(T value) {
}
// Function declarations - export functions in src/node_report_module.cc
-void TriggerReport(const v8::FunctionCallbackInfo<v8::Value>& info);
+void WriteReport(const v8::FunctionCallbackInfo<v8::Value>& info);
void GetReport(const v8::FunctionCallbackInfo<v8::Value>& info);
// Node.js boot time - defined in src/node.cc