Chromium Code Reviews| Index: lib/core/object.dart |
| =================================================================== |
| --- lib/core/object.dart (revision 12499) |
| +++ lib/core/object.dart (working copy) |
| @@ -13,12 +13,8 @@ |
| external String toString(); |
| external void noSuchMethod(String name, List args); |
| - |
| - external Type runtimeType(); |
| } |
| -abstract class Type {} |
| - |
| /** |
| * Check whether two references are to the same object. |
| */ |