| Index: runtime/vm/dart_api_impl.cc
|
| diff --git a/runtime/vm/dart_api_impl.cc b/runtime/vm/dart_api_impl.cc
|
| index 192a86616f27b485b8d954f6d0b0aef6211af6ba..de945b4f63779d186d05bd1e8b8cea7d0f3d8583 100644
|
| --- a/runtime/vm/dart_api_impl.cc
|
| +++ b/runtime/vm/dart_api_impl.cc
|
| @@ -4411,7 +4411,7 @@ DART_EXPORT Dart_Handle Dart_ThrowException(Dart_Handle exception) {
|
| CHECK_ISOLATE(isolate);
|
| CHECK_CALLBACK_STATE(thread);
|
| if (Api::IsError(exception)) {
|
| - Dart_PropagateError(exception);
|
| + ::Dart_PropagateError(exception);
|
| }
|
|
|
| {
|
|
|