| Index: runtime/lib/mirrors.cc
|
| diff --git a/runtime/lib/mirrors.cc b/runtime/lib/mirrors.cc
|
| index 0422406a8cc2dfa4f2f360bf9960ed2d476853f4..2130a0d6deb92fcbe7587e4a2b6149adfc26b034 100644
|
| --- a/runtime/lib/mirrors.cc
|
| +++ b/runtime/lib/mirrors.cc
|
| @@ -271,7 +271,7 @@ static RawInstance* CreateMethodMirror(const Function& func,
|
| args.SetAt(0, MirrorReference::Handle(MirrorReference::New(func)));
|
|
|
| String& name = String::Handle(func.name());
|
| - name = String::IdentifierPrettyNameRetainPrivate(name);
|
| + name = String::ScrubNameRetainPrivate(name);
|
| args.SetAt(1, name);
|
| args.SetAt(2, owner_mirror);
|
| args.SetAt(3, instantiator);
|
|
|