| Index: runtime/vm/object.h
|
| diff --git a/runtime/vm/object.h b/runtime/vm/object.h
|
| index 63d75db1a922ae4fe69f3fa75ebc1dc575b5b20e..110ec31fc5654364ef9c03b86d193d92dafc5475 100644
|
| --- a/runtime/vm/object.h
|
| +++ b/runtime/vm/object.h
|
| @@ -2031,6 +2031,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;
|
|
|