Chromium Code Reviews| Index: runtime/vm/exceptions.h |
| diff --git a/runtime/vm/exceptions.h b/runtime/vm/exceptions.h |
| index fcf006bbff5faa447ed3519a8cca488df8c56118..19c5ff20b7edd60374551c965091d0116863f911 100644 |
| --- a/runtime/vm/exceptions.h |
| +++ b/runtime/vm/exceptions.h |
| @@ -53,7 +53,7 @@ class Exceptions : AllStatic { |
| kNoSuchMethod, |
| kClosureArgumentMismatch, |
| kObjectNotClosure, |
| - kBadNumberFormat, |
| + kFormat, |
| kStackOverflow, |
| kOutOfMemory, |
| kWrongArgumentCount, |