Chromium Code Reviews| Index: runtime/vm/compiler.cc |
| =================================================================== |
| --- runtime/vm/compiler.cc (revision 10018) |
| +++ runtime/vm/compiler.cc (working copy) |
| @@ -448,6 +448,7 @@ |
| RawFunction::kConstImplicitGetter, |
| true, // static function. |
| false, // not const function. |
| + false, // not external. |
| fragment->token_pos())); |
| func.set_result_type(Type::Handle(Type::DynamicType())); |