Chromium Code Reviews| Index: runtime/vm/object.h |
| diff --git a/runtime/vm/object.h b/runtime/vm/object.h |
| index 8fcc75c5864fab0f5ccf319eb8cd6ffce906ff1c..ebd93aeff9dd9da41e11b55e14ad319471552cb3 100644 |
| --- a/runtime/vm/object.h |
| +++ b/runtime/vm/object.h |
| @@ -6579,6 +6579,7 @@ class String : public Instance { |
| friend class ExternalTwoByteString; |
| // So that SkippedCodeFunctions can print a debug string from a NoHandleScope. |
| friend class SkippedCodeFunctions; |
| + friend class RawOneByteString; |
| }; |