Chromium Code Reviews| Index: runtime/lib/core_patch.dart |
| diff --git a/runtime/lib/core_patch.dart b/runtime/lib/core_patch.dart |
| index 0a274296287038af938b2969cf9ce5043f144b6e..3f7f5d2ef4feb7bb3897e23f8d2756f02e09d392 100644 |
| --- a/runtime/lib/core_patch.dart |
| +++ b/runtime/lib/core_patch.dart |
| @@ -3,6 +3,6 @@ |
| // BSD-style license that can be found in the LICENSE file. |
| import "dart:math"; |
| -import "dart:typeddata"; |
| +import "dart:typed_data"; |
| import "dart:_collection-dev" as _symbol_dev; |