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