| Index: runtime/vm/object.cc
|
| ===================================================================
|
| --- runtime/vm/object.cc (revision 24865)
|
| +++ runtime/vm/object.cc (working copy)
|
| @@ -1680,7 +1680,7 @@
|
|
|
|
|
| bool Class::HasTypeArguments() const {
|
| - if (!IsSignatureClass() && (is_type_finalized() || is_prefinalized())) {
|
| + if (!IsSignatureClass() && (is_finalized() || is_prefinalized())) {
|
| // More efficient than calling NumTypeArguments().
|
| return type_arguments_field_offset() != kNoTypeArguments;
|
| } else {
|
|
|