Index: runtime/lib/math_patch.dart |
diff --git a/runtime/lib/math_patch.dart b/runtime/lib/math_patch.dart |
index d17d82e711bee0aabc9b01b55bce4d791649c3e5..5682bec829f2bb9afc0fefeaf7e042e415bffbc3 100644 |
--- a/runtime/lib/math_patch.dart |
+++ b/runtime/lib/math_patch.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. |
-import "dart:typeddata"; |
+import "dart:typed_data"; |
// A VM patch of the dart:math library. |
patch num pow(num x, num exponent) { |