| Index: runtime/vm/service.cc
|
| ===================================================================
|
| --- runtime/vm/service.cc (revision 39113)
|
| +++ runtime/vm/service.cc (working copy)
|
| @@ -1457,7 +1457,7 @@
|
| const String& id = String::Handle(String::New(js->GetArgument(3)));
|
| ASSERT(!id.IsNull());
|
| // The id is the url of the script % encoded, decode it.
|
| - const String& requested_url = String::Handle(String::DecodeURI(id));
|
| + const String& requested_url = String::Handle(String::DecodeIRI(id));
|
| Script& script = Script::Handle();
|
| String& script_url = String::Handle();
|
| const Array& loaded_scripts = Array::Handle(lib.LoadedScripts());
|
|
|