Chromium Code Reviews| Index: sdk/lib/_internal/compiler/implementation/lib/interceptors.dart |
| =================================================================== |
| --- sdk/lib/_internal/compiler/implementation/lib/interceptors.dart (revision 21860) |
| +++ sdk/lib/_internal/compiler/implementation/lib/interceptors.dart (working copy) |
| @@ -266,5 +266,5 @@ |
| * have a type mask that contains the primitive objects that we can |
| * use the [] operator on. |
| */ |
| -class JSIndexable { |
| +abstract class JSIndexable { |
| } |