| Index: runtime/vm/megamorphic_cache_table.cc
|
| diff --git a/runtime/vm/megamorphic_cache_table.cc b/runtime/vm/megamorphic_cache_table.cc
|
| index 6f2d1723ae891c0c5a83be7bd0468a634c7588b0..062941e441e22d814cc5de85613e338569f642d3 100644
|
| --- a/runtime/vm/megamorphic_cache_table.cc
|
| +++ b/runtime/vm/megamorphic_cache_table.cc
|
| @@ -71,7 +71,7 @@ void MegamorphicCacheTable::InitMissHandler(Isolate* isolate) {
|
| false, // Not external.
|
| false, // Not native.
|
| cls,
|
| - 0)); // No token position.
|
| + TokenPosition::kNoSource));
|
| function.set_result_type(Type::Handle(Type::DynamicType()));
|
| function.set_is_debuggable(false);
|
| function.set_is_visible(false);
|
|
|