| Index: lib/compiler/implementation/lib/patch/math.dartp
|
| diff --git a/lib/compiler/implementation/lib/math.dartp b/lib/compiler/implementation/lib/patch/math.dartp
|
| similarity index 99%
|
| rename from lib/compiler/implementation/lib/math.dartp
|
| rename to lib/compiler/implementation/lib/patch/math.dartp
|
| index 66000c89dca3cf0f75c2dac9bf937e0b88296dec..a80aac7e4e770e7241c0aca2c13f27ced89ac73b 100644
|
| --- a/lib/compiler/implementation/lib/math.dartp
|
| +++ b/lib/compiler/implementation/lib/patch/math.dartp
|
| @@ -5,7 +5,7 @@
|
| // Patch file for dart:math library.
|
|
|
| // Imports checkNum etc. used below.
|
| -#import("js_helper.dart");
|
| +#import("../js_helper.dart");
|
|
|
| // TODO(lrn): Consider not using the JS function directly, but instead calling
|
| // helper functions in the "js_helper" library. Then we can stop enabling JS
|
|
|