summaryrefslogtreecommitdiff
path: root/deps/v8/src/v8-counters.h
diff options
context:
space:
mode:
Diffstat (limited to 'deps/v8/src/v8-counters.h')
-rw-r--r--deps/v8/src/v8-counters.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/deps/v8/src/v8-counters.h b/deps/v8/src/v8-counters.h
index 374ebbcd8..c810cbac7 100644
--- a/deps/v8/src/v8-counters.h
+++ b/deps/v8/src/v8-counters.h
@@ -420,6 +420,8 @@ class Counters {
friend class Isolate;
+ explicit Counters(Isolate* isolate);
+
DISALLOW_IMPLICIT_CONSTRUCTORS(Counters);
};