summaryrefslogtreecommitdiff
path: root/src/node_perf.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/node_perf.h')
-rw-r--r--src/node_perf.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/node_perf.h b/src/node_perf.h
index e5655f54fe..f1b182b4e3 100644
--- a/src/node_perf.h
+++ b/src/node_perf.h
@@ -47,9 +47,9 @@ NODE_EXTERN inline void MarkPerformanceMilestone(
class PerformanceEntry {
public:
- static inline void Notify(Environment* env,
- PerformanceEntryType type,
- Local<Value> object);
+ static void Notify(Environment* env,
+ PerformanceEntryType type,
+ Local<Value> object);
static void New(const FunctionCallbackInfo<Value>& args);