Index: runtime/vm/object.cc |
diff --git a/runtime/vm/object.cc b/runtime/vm/object.cc |
index d39e00d28ca4ed3c63c186eed755ed131ae6d27d..9ace4169060f1be13ac994f953845987142f7577 100644 |
--- a/runtime/vm/object.cc |
+++ b/runtime/vm/object.cc |
@@ -6544,9 +6544,7 @@ static uword ZoneAllocator(intptr_t size) { |
const char* Bigint::ToCString() const { |
- // TODO(florian): Add a BigintOperations::ToDecCString method and use that |
- // here. |
- return BigintOperations::ToHexCString(*this, &ZoneAllocator); |
+ return BigintOperations::ToDecimalCString(*this, &ZoneAllocator); |
} |