| Index: runtime/lib/error.cc
|
| diff --git a/runtime/lib/error.cc b/runtime/lib/error.cc
|
| index 01bbbd3f35ce6cda3d3cc5d573394df27159fa4f..1ae8e379f85bba4fd1539a97b5a80f8441b0d5a0 100644
|
| --- a/runtime/lib/error.cc
|
| +++ b/runtime/lib/error.cc
|
| @@ -26,7 +26,7 @@ DEFINE_NATIVE_ENTRY(AssertionError_throwNew, 2) {
|
|
|
| // Allocate a new instance of type AssertionError.
|
| const Instance& assertion_error = Instance::Handle(
|
| - Exceptions::NewInstance("AssertionError"));
|
| + Exceptions::NewInstance("AssertionErrorImplementation"));
|
|
|
| // Initialize 'url', 'line', and 'column' fields.
|
| DartFrameIterator iterator;
|
|
|