| Index: lib/compiler/implementation/lib/math_patch.dart
|
| diff --git a/lib/compiler/implementation/lib/math_patch.dart b/lib/compiler/implementation/lib/math_patch.dart
|
| index 9c4996a0e50aefdddb5a0636b2e218a4302799dc..fef78ef8bc3e052b84c6575421686ec0995d7e3f 100644
|
| --- a/lib/compiler/implementation/lib/math_patch.dart
|
| +++ b/lib/compiler/implementation/lib/math_patch.dart
|
| @@ -4,9 +4,6 @@
|
|
|
| // Patch file for dart:math library.
|
|
|
| -// Imports checkNum etc. used below.
|
| -#import("js_helper.dart");
|
| -
|
| patch double sqrt(num x)
|
| => JS('double', @'Math.sqrt(#)', checkNum(x));
|
|
|
|
|