Chromium Code Reviews| Index: runtime/vm/exceptions.cc |
| diff --git a/runtime/vm/exceptions.cc b/runtime/vm/exceptions.cc |
| index 2cb67e176be1503a37d99737c3dd776bacb66ea7..bf309f6571cda4a1ae980dd60709fbc5d517927d 100644 |
| --- a/runtime/vm/exceptions.cc |
| +++ b/runtime/vm/exceptions.cc |
| @@ -718,6 +718,7 @@ RawObject* Exceptions::Create(ExceptionType type, const Array& arguments) { |
| return DartLibraryCalls::InstanceCreate(library, |
| *class_name, |
| *constructor_name, |
| + false, // Not a factory. |
| arguments); |
| } |