Chromium Code Reviews| Index: runtime/vm/code_generator_ia32.cc |
| =================================================================== |
| --- runtime/vm/code_generator_ia32.cc (revision 774) |
| +++ runtime/vm/code_generator_ia32.cc (working copy) |
| @@ -1481,7 +1481,7 @@ |
| ASSERT(dst_type.IsFinalized()); |
| // Any expression is assignable to the VarType. Skip the test. |
|
srdjan
2011/10/26 20:43:03
VarType -> DynamicType
regis
2011/10/26 20:58:03
Done.
|
| - if (dst_type.IsVarType()) { |
| + if (dst_type.IsDynamicType()) { |
| return; |
| } |