| Index: runtime/vm/object.h
|
| diff --git a/runtime/vm/object.h b/runtime/vm/object.h
|
| index fdfb693d220a9b0269ad0dd59ceeb359218bf0a1..d010ec3da83870ae510fda664ada45e6fbac09b3 100644
|
| --- a/runtime/vm/object.h
|
| +++ b/runtime/vm/object.h
|
| @@ -4219,8 +4219,8 @@ class Instructions : public Object {
|
| FINAL_HEAP_OBJECT_IMPLEMENTATION(Instructions, Object);
|
| friend class Class;
|
| friend class Code;
|
| - friend class AssemblyInstructionsWriter;
|
| - friend class BlobInstructionsWriter;
|
| + friend class AssemblyImageWriter;
|
| + friend class BlobImageWriter;
|
| };
|
|
|
|
|
|
|