Index: runtime/vm/compiler.cc |
=================================================================== |
--- runtime/vm/compiler.cc (revision 9985) |
+++ runtime/vm/compiler.cc (working copy) |
@@ -448,6 +448,7 @@ |
RawFunction::kConstImplicitGetter, |
true, // static function. |
false, // not const function. |
+ false, // not external |
siva
2012/07/30 17:12:39
missing '.'
Ivan Posva
2012/07/30 22:33:33
Done.
|
fragment->token_pos())); |
func.set_result_type(Type::Handle(Type::DynamicType())); |