Chromium Code Reviews| Index: sdk/lib/async/async_error.dart |
| diff --git a/sdk/lib/async/async_error.dart b/sdk/lib/async/async_error.dart |
| index 53002dce021efb0f6affa71427038229614f06dc..fd2bc292e91b91617344de9d80de467a81b24c31 100644 |
| --- a/sdk/lib/async/async_error.dart |
| +++ b/sdk/lib/async/async_error.dart |
| @@ -2,7 +2,7 @@ |
| // for details. All rights reserved. Use of this source code is governed by a |
| // BSD-style license that can be found in the LICENSE file. |
| -part of dart.async; |
| +part of "async.dart"; |
| _invokeErrorHandler( |
| Function errorHandler, Object error, StackTrace stackTrace) { |