Chromium Code Reviews| Index: runtime/vm/object.h |
| =================================================================== |
| --- runtime/vm/object.h (revision 16802) |
| +++ runtime/vm/object.h (working copy) |
| @@ -2585,7 +2585,7 @@ |
| void SetCommentAt(intptr_t idx, const String& comment); |
| intptr_t PCOffsetAt(intptr_t idx) const; |
| - const String& CommentAt(intptr_t idx) const; |
| + RawString* CommentAt(intptr_t idx) const; |
| private: |
| explicit Comments(const Array& comments); |