Chromium Code Reviews| Index: lib/compiler/implementation/lib/core_patch.dart |
| =================================================================== |
| --- lib/compiler/implementation/lib/core_patch.dart (revision 12499) |
| +++ lib/compiler/implementation/lib/core_patch.dart (working copy) |
| @@ -23,11 +23,6 @@ |
| patch void noSuchMethod(String name, List args) { |
| throw new NoSuchMethodError(this, name, args); |
| } |
| - |
| - patch Type runtimeType() { |
| - String key = getRuntimeTypeString(this); |
| - return getOrCreateCachedRuntimeType(key); |
| - } |
| } |