Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nodejs/node.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'src/node_platform.cc')
-rw-r--r--src/node_platform.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/node_platform.cc b/src/node_platform.cc
index b930edb156b..139e2ebfc1f 100644
--- a/src/node_platform.cc
+++ b/src/node_platform.cc
@@ -459,6 +459,7 @@ double NodePlatform::CurrentClockTimeMillis() {
}
TracingController* NodePlatform::GetTracingController() {
+ CHECK_NOT_NULL(tracing_controller_);
return tracing_controller_;
}