| Index: lib/compiler/implementation/lib/coreimpl_patch.dart
|
| diff --git a/lib/compiler/implementation/lib/coreimpl_patch.dart b/lib/compiler/implementation/lib/coreimpl_patch.dart
|
| index 8953c709874b6537e9590ebf314a7792328226c1..e794e71cc0356a3f6de6eead38cb27547a80262b 100644
|
| --- a/lib/compiler/implementation/lib/coreimpl_patch.dart
|
| +++ b/lib/compiler/implementation/lib/coreimpl_patch.dart
|
| @@ -3,6 +3,7 @@
|
| // BSD-style license that can be found in the LICENSE file.
|
|
|
| // Patch file for dart:coreimpl classes.
|
| +#import('js_helper.dart');
|
|
|
| // Patch for 'print' function.
|
| patch class PrintImplementation {
|
|
|