| Index: runtime/vm/object.h
|
| diff --git a/runtime/vm/object.h b/runtime/vm/object.h
|
| index 8df34c1cb0a9bde6b7348ca5698d90bdd53a36c0..935e6c4872ff8dcf5ebbb541e6ba9a6ca48af765 100644
|
| --- a/runtime/vm/object.h
|
| +++ b/runtime/vm/object.h
|
| @@ -6172,8 +6172,8 @@ class String : public Instance {
|
| friend class TwoByteString;
|
| friend class ExternalOneByteString;
|
| friend class ExternalTwoByteString;
|
| - // So that the MarkingVisitor can print a debug string from a NoHandleScope.
|
| - friend class MarkingVisitor;
|
| + // So that SkippedCodeFunctions can print a debug string from a NoHandleScope.
|
| + friend class SkippedCodeFunctions;
|
| };
|
|
|
|
|
|
|