From 50930a0fa08297d0ce7e67fa6594fe47937b99ff Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C3=ABl=20Zasso?= Date: Sun, 29 Aug 2021 14:20:49 +0200 Subject: deps: update V8 to 9.3.345.16 PR-URL: https://github.com/nodejs/node/pull/39469 Reviewed-By: Jiawen Geng Reviewed-By: James M Snell Reviewed-By: Colin Ihrig --- deps/v8/test/cctest/gay-shortest.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'deps/v8/test/cctest/gay-shortest.h') 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 PrecomputedShortestRepresentations(); +base::Vector PrecomputedShortestRepresentations(); -} // namespace internal +} // namespace base } // namespace v8 #endif // GAY_SHORTEST_H_ -- cgit v1.2.1