| Index: lib/compiler/implementation/lib/core_patch.dart
|
| diff --git a/lib/compiler/implementation/lib/core_patch.dart b/lib/compiler/implementation/lib/core_patch.dart
|
| index aea4c6c7c2e0df68062931c651de31cddc668398..7612cb26104248801f7c83c7c42cba6d9d8cfc13 100644
|
| --- a/lib/compiler/implementation/lib/core_patch.dart
|
| +++ b/lib/compiler/implementation/lib/core_patch.dart
|
| @@ -3,6 +3,7 @@
|
| // BSD-style license that can be found in the LICENSE file.
|
|
|
| // Patch file for dart:core classes.
|
| +#import('js_helper.dart');
|
|
|
| // Patch for Object implementation.
|
| patch class Object {
|
|
|