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