| Index: runtime/vm/dart_api_impl.cc
|
| diff --git a/runtime/vm/dart_api_impl.cc b/runtime/vm/dart_api_impl.cc
|
| index 4f8c0604d9205de1fb5a406367dbdbb11f97a8f0..52f37bbea37a31f1fc92fe77b9cae32af360088f 100644
|
| --- a/runtime/vm/dart_api_impl.cc
|
| +++ b/runtime/vm/dart_api_impl.cc
|
| @@ -1459,7 +1459,7 @@ DART_EXPORT void Dart_SetStickyError(Dart_Handle error) {
|
| if (isolate->sticky_error() != Error::null()) {
|
| FATAL1("%s expects there to be no sticky error.", CURRENT_FUNC);
|
| }
|
| - if (!Dart_IsUnhandledExceptionError(error)) {
|
| + if (!::Dart_IsUnhandledExceptionError(error)) {
|
| FATAL1("%s expects the error to be an unhandled exception error.",
|
| CURRENT_FUNC);
|
| }
|
|
|