| Index: runtime/vm/object.h
|
| ===================================================================
|
| --- runtime/vm/object.h (revision 7417)
|
| +++ runtime/vm/object.h (working copy)
|
| @@ -2203,7 +2203,7 @@
|
| return RoundedAllocationSize(
|
| sizeof(RawCode) + (pointer_offsets_length * kEntrySize));
|
| }
|
| - static RawCode* FinalizeCode(const char* name, Assembler* assembler);
|
| + static RawCode* FinalizeCode(const Function& function, Assembler* assembler);
|
| static RawCode* FinalizeStubCode(const char* name, Assembler* assembler);
|
|
|
| int32_t GetPointerOffsetAt(int index) const {
|
|
|