Index: runtime/vm/parser.h |
=================================================================== |
--- runtime/vm/parser.h (revision 3821) |
+++ runtime/vm/parser.h (working copy) |
@@ -190,7 +190,7 @@ |
const Instance& EvaluateConstExpr(AstNode* expr); |
void RunStaticFieldInitializer(const Field& field); |
- RawObject* EvaluateConstConstructorCall( |
+ RawInstance* EvaluateConstConstructorCall( |
const Class& type_class, |
const AbstractTypeArguments& type_arguments, |
const Function& constructor, |