Chromium Code Reviews| Index: runtime/vm/object.cc |
| =================================================================== |
| --- runtime/vm/object.cc (revision 1042) |
| +++ runtime/vm/object.cc (working copy) |
| @@ -5222,7 +5222,7 @@ |
| const char* Bigint::ToCString() const { |
| - return BigintOperations::ToHexCString(*this, &ZoneAllocator); |
| + return BigintOperations::ToDecCString(*this, &ZoneAllocator); |
| } |