| Index: runtime/vm/class_finalizer.cc
|
| ===================================================================
|
| --- runtime/vm/class_finalizer.cc (revision 11414)
|
| +++ runtime/vm/class_finalizer.cc (working copy)
|
| @@ -1224,7 +1224,7 @@
|
| // The exception is signature classes, which are compiler generated and
|
| // represent a function type, therefore implementing the Function interface.
|
| if (!cls_belongs_to_core_lib) {
|
| - if (interface.IsBoolInterface() ||
|
| + if (interface.IsBoolType() ||
|
| interface.IsNumberType() ||
|
| interface.IsIntInterface() ||
|
| interface.IsDoubleInterface() ||
|
|
|