summaryrefslogtreecommitdiff
path: root/deps/v8/test/cctest/gay-shortest.h
diff options
context:
space:
mode:
authorMichaël Zasso <targos@protonmail.com>2021-08-29 14:20:49 +0200
committerMichaël Zasso <targos@protonmail.com>2021-08-30 21:02:51 +0200
commit50930a0fa08297d0ce7e67fa6594fe47937b99ff (patch)
tree96bd30c0c63790bc1992a2f241a3df94d563b283 /deps/v8/test/cctest/gay-shortest.h
parentb63e449b2eade1111b52f6559669400a4e855903 (diff)
downloadnode-new-50930a0fa08297d0ce7e67fa6594fe47937b99ff.tar.gz
deps: update V8 to 9.3.345.16
PR-URL: https://github.com/nodejs/node/pull/39469 Reviewed-By: Jiawen Geng <technicalcute@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Diffstat (limited to 'deps/v8/test/cctest/gay-shortest.h')
-rw-r--r--deps/v8/test/cctest/gay-shortest.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/deps/v8/test/cctest/gay-shortest.h b/deps/v8/test/cctest/gay-shortest.h
index 0d4efbce47..247b5a3221 100644
--- a/deps/v8/test/cctest/gay-shortest.h
+++ b/deps/v8/test/cctest/gay-shortest.h
@@ -28,10 +28,10 @@
#ifndef GAY_SHORTEST_H_
#define GAY_SHORTEST_H_
-#include "src/utils/vector.h"
+#include "src/base/vector.h"
namespace v8 {
-namespace internal {
+namespace base {
struct PrecomputedShortest {
double v;
@@ -39,9 +39,9 @@ struct PrecomputedShortest {
int decimal_point;
};
-Vector<const PrecomputedShortest> PrecomputedShortestRepresentations();
+base::Vector<const PrecomputedShortest> PrecomputedShortestRepresentations();
-} // namespace internal
+} // namespace base
} // namespace v8
#endif // GAY_SHORTEST_H_