| Index: runtime/vm/runtime_entry_test.cc
|
| ===================================================================
|
| --- runtime/vm/runtime_entry_test.cc (revision 30796)
|
| +++ runtime/vm/runtime_entry_test.cc (working copy)
|
| @@ -20,7 +20,7 @@
|
| const String& function_name = String::ZoneHandle(Symbols::New(name));
|
| const Function& function = Function::ZoneHandle(
|
| Function::New(function_name, RawFunction::kRegularFunction,
|
| - true, false, false, false, owner_class, 0));
|
| + true, false, false, false, false, owner_class, 0));
|
| const Array& functions = Array::Handle(Array::New(1));
|
| functions.SetAt(0, function);
|
| owner_class.SetFunctions(functions);
|
|
|