summaryrefslogtreecommitdiff
path: root/src/util-inl.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/util-inl.h')
-rw-r--r--src/util-inl.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/util-inl.h b/src/util-inl.h
index 6035cadc09..b0264fbbd2 100644
--- a/src/util-inl.h
+++ b/src/util-inl.h
@@ -106,7 +106,7 @@ void Wrap(v8::Local<v8::Object> object, TypeName* pointer) {
}
void ClearWrap(v8::Local<v8::Object> object) {
- Wrap<void>(object, NULL);
+ Wrap<void>(object, nullptr);
}
template <typename TypeName>