| Index: runtime/vm/compiler.cc
|
| ===================================================================
|
| --- runtime/vm/compiler.cc (revision 25052)
|
| +++ runtime/vm/compiler.cc (working copy)
|
| @@ -843,7 +843,7 @@
|
| const char* kEvalConst = "eval_const";
|
| const Function& func = Function::ZoneHandle(Function::New(
|
| String::Handle(Symbols::New(kEvalConst)),
|
| - RawFunction::kConstImplicitGetter,
|
| + RawFunction::kImplicitStaticFinalGetter,
|
| true, // static function.
|
| false, // not const function.
|
| false, // not abstract
|
|
|