summaryrefslogtreecommitdiff
path: root/deps/v8/src/inspector/string-16.h
diff options
context:
space:
mode:
Diffstat (limited to 'deps/v8/src/inspector/string-16.h')
-rw-r--r--deps/v8/src/inspector/string-16.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/deps/v8/src/inspector/string-16.h b/deps/v8/src/inspector/string-16.h
index c1dd5cb929..910a2e49c6 100644
--- a/deps/v8/src/inspector/string-16.h
+++ b/deps/v8/src/inspector/string-16.h
@@ -37,6 +37,7 @@ class String16 {
static String16 fromInteger(int);
static String16 fromInteger(size_t);
+ static String16 fromInteger64(int64_t);
static String16 fromDouble(double);
static String16 fromDouble(double, int precision);