diff options
Diffstat (limited to 'deps/v8/src/bootstrapper.h')
-rw-r--r-- | deps/v8/src/bootstrapper.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/deps/v8/src/bootstrapper.h b/deps/v8/src/bootstrapper.h index d49180190e..8afd0a0601 100644 --- a/deps/v8/src/bootstrapper.h +++ b/deps/v8/src/bootstrapper.h @@ -20,7 +20,7 @@ namespace internal { // generate an index for each native JS file. class SourceCodeCache final BASE_EMBEDDED { public: - explicit SourceCodeCache(Script::Type type): type_(type), cache_(NULL) { } + explicit SourceCodeCache(Script::Type type) : type_(type), cache_(nullptr) {} void Initialize(Isolate* isolate, bool create_heap_objects); |