Index: runtime/vm/object.cc |
diff --git a/runtime/vm/object.cc b/runtime/vm/object.cc |
index 0522d8cff93978f6149afcf0c661aa69263e1dd5..2b56c182637eedc80a394c6406213aac4274bc48 100644 |
--- a/runtime/vm/object.cc |
+++ b/runtime/vm/object.cc |
@@ -6555,9 +6555,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); |
} |