| Index: runtime/vm/raw_object.h
|
| ===================================================================
|
| --- runtime/vm/raw_object.h (revision 44959)
|
| +++ runtime/vm/raw_object.h (working copy)
|
| @@ -726,7 +726,7 @@
|
| friend class MarkingVisitor;
|
| friend class Class;
|
| RAW_HEAP_OBJECT_IMPLEMENTATION(Function);
|
| - static bool SkipCode(RawFunction* raw_fun);
|
| + static bool SkipCode(RawFunction* raw_fun, bool visit_current_code);
|
|
|
| RawObject** from() { return reinterpret_cast<RawObject**>(&ptr()->name_); }
|
| RawString* name_;
|
|
|