| Index: runtime/vm/exceptions.h
|
| diff --git a/runtime/vm/exceptions.h b/runtime/vm/exceptions.h
|
| index a7ab0224d17cbdd6079a463a8fddd98b5e3671f2..752244cc7d53012830e37aae1f06f0775967b263 100644
|
| --- a/runtime/vm/exceptions.h
|
| +++ b/runtime/vm/exceptions.h
|
| @@ -72,6 +72,7 @@ class Exceptions : AllStatic {
|
| static void ThrowOOM();
|
| static void ThrowStackOverflow();
|
| static void ThrowArgumentError(const Instance& arg);
|
| + static void ThrowRangeError(const Instance& arg);
|
| static void ThrowJavascriptCompatibilityError(const char* msg);
|
|
|
| // Returns a RawInstance if the exception is successfully created,
|
|
|