| Index: lib/compiler/implementation/lib/interceptors.dart
|
| diff --git a/lib/compiler/implementation/lib/interceptors.dart b/lib/compiler/implementation/lib/interceptors.dart
|
| index a847632a9b18e0d9d574cf671f252a1f3094b5e4..4e936501974b14b61e19221644e0f9a61ebc8693 100644
|
| --- a/lib/compiler/implementation/lib/interceptors.dart
|
| +++ b/lib/compiler/implementation/lib/interceptors.dart
|
| @@ -4,7 +4,7 @@
|
|
|
| #library('dart:_interceptors');
|
|
|
| -#import('dart:coreimpl');
|
| +#import('coreimpl.dart');
|
| #import('js_helper.dart');
|
|
|
| add$1(var receiver, var value) {
|
| @@ -605,7 +605,7 @@ trim(receiver) {
|
|
|
| /**
|
| * This is the [Jenkins hash function][1] but using masking to keep
|
| - * values in SMI range.
|
| + * values in SMI range.
|
| *
|
| * [1]: http://en.wikipedia.org/wiki/Jenkins_hash_function
|
| */
|
|
|