Chromium Code Reviews| Index: lib/runtime/dart/math.js |
| diff --git a/lib/runtime/dart/math.js b/lib/runtime/dart/math.js |
| index 4c811d7783c4c4f3e01a838bd9e056799eb2adc5..02adc431061f78b16f7f56d8fc4552289b4ab3ef 100644 |
| --- a/lib/runtime/dart/math.js |
| +++ b/lib/runtime/dart/math.js |
| @@ -1,5 +1,5 @@ |
| dart_library.library('dart/math', null, /* Imports */[ |
| - "dart/_runtime", |
| + 'dart/_runtime', |
| 'dart/core' |
| ], /* Lazy imports */[ |
| 'dart/_js_helper' |