| Index: runtime/vm/object.h
|
| diff --git a/runtime/vm/object.h b/runtime/vm/object.h
|
| index 2c18c69863f752bb40f7a4c3ab289fcf8f1b7067..1df57161fd906ac242b8d47f224ace0a48f8c2b9 100644
|
| --- a/runtime/vm/object.h
|
| +++ b/runtime/vm/object.h
|
| @@ -4775,6 +4775,8 @@ class String : public Instance {
|
| static RawString* ToLowerCase(const String& str,
|
| Heap::Space space = Heap::kNew);
|
|
|
| + static RawString* IdentifierPrettyName(const String& name);
|
| +
|
| static bool EqualsIgnoringPrivateKey(const String& str1,
|
| const String& str2);
|
|
|
|
|