Chromium Code Reviews| Index: sdk/lib/_internal/compiler/implementation/ssa/types.dart |
| =================================================================== |
| --- sdk/lib/_internal/compiler/implementation/ssa/types.dart (revision 18754) |
| +++ sdk/lib/_internal/compiler/implementation/ssa/types.dart (working copy) |
| @@ -699,7 +699,7 @@ |
| DartType computeType(Compiler compiler) { |
| JavaScriptBackend backend = compiler.backend; |
| - return backend.jsArrayClass.computeType(compiler); |
| + return backend.jsArrayClass.computeType(compiler).asRaw(); |
|
karlklose
2013/02/20 15:00:48
Use 'return backend.jsArrayClass.rawType'?
ngeoffray
2013/02/20 15:12:50
Done.
|
| } |
| HType union(HType other, Compiler compiler) { |