Chromium Code Reviews

Unified Diff: test/cctest/gay-shortest.h

Issue 1968003: Revert r4591 (Closed) Base URL: http://v8.googlecode.com/svn/branches/bleeding_edge/
Patch Set: Created 10 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
« no previous file with comments | « test/cctest/gay-fixed.h ('k') | test/cctest/gay-shortest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/cctest/gay-shortest.h
===================================================================
--- test/cctest/gay-shortest.h (revision 4591)
+++ test/cctest/gay-shortest.h (working copy)
@@ -31,13 +31,13 @@
namespace v8 {
namespace internal {
-struct PrecomputedShortest {
+struct GayShortest {
double v;
const char* representation;
int decimal_point;
};
-Vector<const PrecomputedShortest> PrecomputedShortestRepresentations();
+Vector<const GayShortest> PrecomputedShortestRepresentations();
} } // namespace v8::internal
« no previous file with comments | « test/cctest/gay-fixed.h ('k') | test/cctest/gay-shortest.cc » ('j') | no next file with comments »

Powered by Google App Engine