summaryrefslogtreecommitdiff
path: root/deps/v8/src/compiler/node-cache.h
diff options
context:
space:
mode:
Diffstat (limited to 'deps/v8/src/compiler/node-cache.h')
-rw-r--r--deps/v8/src/compiler/node-cache.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/deps/v8/src/compiler/node-cache.h b/deps/v8/src/compiler/node-cache.h
index 7063a3b0b4..72b5fdf2f3 100644
--- a/deps/v8/src/compiler/node-cache.h
+++ b/deps/v8/src/compiler/node-cache.h
@@ -27,11 +27,11 @@ class Node;
// nodes such as constants, parameters, etc.
template <typename Key, typename Hash = base::hash<Key>,
typename Pred = std::equal_to<Key> >
-class NodeCache final {
+class V8_EXPORT_PRIVATE NodeCache final {
public:
explicit NodeCache(unsigned max = 256)
: entries_(nullptr), size_(0), max_(max) {}
- ~NodeCache() {}
+ ~NodeCache() = default;
// Search for node associated with {key} and return a pointer to a memory
// location in this cache that stores an entry for the key. If the location