diff options
author | Michaël Zasso <targos@protonmail.com> | 2017-10-18 15:03:02 -0700 |
---|---|---|
committer | Michaël Zasso <targos@protonmail.com> | 2017-10-18 17:01:41 -0700 |
commit | 3d1b3df9486c0e7708065257f7311902f6b7b366 (patch) | |
tree | cb051bdeaead11e06dcd97725783e0f113afb1bf /deps/v8/src/profiler/strings-storage.h | |
parent | e2cddbb8ccdb7b3c4a40c8acc630f68703bc77b5 (diff) | |
download | node-new-3d1b3df9486c0e7708065257f7311902f6b7b366.tar.gz |
deps: update V8 to 6.2.414.32
PR-URL: https://github.com/nodejs/node/pull/15362
Reviewed-By: Myles Borins <myles.borins@gmail.com>
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: Matteo Collina <matteo.collina@gmail.com>
Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl>
Diffstat (limited to 'deps/v8/src/profiler/strings-storage.h')
-rw-r--r-- | deps/v8/src/profiler/strings-storage.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/deps/v8/src/profiler/strings-storage.h b/deps/v8/src/profiler/strings-storage.h index f11afbd165..d73a9dd208 100644 --- a/deps/v8/src/profiler/strings-storage.h +++ b/deps/v8/src/profiler/strings-storage.h @@ -29,7 +29,6 @@ class StringsStorage { const char* GetName(int index); const char* GetFunctionName(Name* name); const char* GetFunctionName(const char* name); - size_t GetUsedMemorySize() const; private: static const int kMaxNameSize = 1024; @@ -43,6 +42,7 @@ class StringsStorage { DISALLOW_COPY_AND_ASSIGN(StringsStorage); }; + } // namespace internal } // namespace v8 |