| Index: runtime/vm/code_generator_ia32.cc
|
| ===================================================================
|
| --- runtime/vm/code_generator_ia32.cc (revision 2282)
|
| +++ runtime/vm/code_generator_ia32.cc (working copy)
|
| @@ -2258,7 +2258,9 @@
|
| Type& type = Type::Handle(
|
| Type::NewParameterizedType(instantiator_class, type_arguments));
|
| String& errmsg = String::Handle();
|
| - type = ClassFinalizer::FinalizeAndCanonicalizeType(type, &errmsg);
|
| + type ^= ClassFinalizer::FinalizeAndCanonicalizeType(instantiator_class,
|
| + type,
|
| + &errmsg);
|
| if (!errmsg.IsNull()) {
|
| ErrorMsg(token_index, errmsg.ToCString());
|
| }
|
|
|