aboutsummaryrefslogtreecommitdiff
path: root/deps/v8/src/compiler/common-node-cache.h
diff options
context:
space:
mode:
Diffstat (limited to 'deps/v8/src/compiler/common-node-cache.h')
-rw-r--r--deps/v8/src/compiler/common-node-cache.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/deps/v8/src/compiler/common-node-cache.h b/deps/v8/src/compiler/common-node-cache.h
index bce8d0f62e..6a36c979a1 100644
--- a/deps/v8/src/compiler/common-node-cache.h
+++ b/deps/v8/src/compiler/common-node-cache.h
@@ -23,7 +23,7 @@ namespace compiler {
class CommonNodeCache final {
public:
explicit CommonNodeCache(Zone* zone) : zone_(zone) {}
- ~CommonNodeCache() {}
+ ~CommonNodeCache() = default;
Node** FindInt32Constant(int32_t value) {
return int32_constants_.Find(zone(), value);