| Index: runtime/vm/object.h
|
| diff --git a/runtime/vm/object.h b/runtime/vm/object.h
|
| index 62a5b2dbe6d1a43ba477ec39e29fa1022f309e61..c831c576507338292c0c668c8bd01983096b23f8 100644
|
| --- a/runtime/vm/object.h
|
| +++ b/runtime/vm/object.h
|
| @@ -2039,6 +2039,7 @@ class Function : public Object {
|
| RawString* UserVisibleName() const;
|
| RawString* QualifiedPrettyName() const;
|
| RawString* QualifiedUserVisibleName() const;
|
| + const char* QualifiedUserVisibleNameCString() const;
|
| virtual RawString* DictionaryName() const { return name(); }
|
|
|
| RawString* GetSource() const;
|
|
|