Chromium Code Reviews| Index: lib/compiler/implementation/lib/js_helper.dart |
| diff --git a/lib/compiler/implementation/lib/js_helper.dart b/lib/compiler/implementation/lib/js_helper.dart |
| index 05de5adc9546718c7db4c76e85d05e2c18954d89..051498591bacd77881b61d952364a993c24db197 100644 |
| --- a/lib/compiler/implementation/lib/js_helper.dart |
| +++ b/lib/compiler/implementation/lib/js_helper.dart |
| @@ -1351,6 +1351,7 @@ class TypeImpl implements Type { |
| final String typeName; |
| TypeImpl(this.typeName); |
| toString() => typeName; |
| + Type get runtimeType => getOrCreateCachedRuntimeType('Type'); |
|
ngeoffray
2012/10/10 07:32:24
Looks fishy that you need to specialize this class
karlklose
2012/10/23 10:33:52
I was trying to hide the implementation name, but
|
| } |
| Type getOrCreateCachedRuntimeType(String key) { |