| Index: mojo/shell/capability_filter.cc
|
| diff --git a/mojo/shell/capability_filter.cc b/mojo/shell/capability_filter.cc
|
| index 77cc61d093e5b2494b31c3fc01a96219930f1780..b3fd73b6c605aae331c6fe266cf46ba6494098cc 100644
|
| --- a/mojo/shell/capability_filter.cc
|
| +++ b/mojo/shell/capability_filter.cc
|
| @@ -20,7 +20,7 @@ CapabilityFilter GetPermissiveCapabilityFilter() {
|
| AllowedInterfaces GetAllowedInterfaces(const CapabilityFilter& filter,
|
| const Identity& identity) {
|
| // Start by looking for interfaces specific to the supplied identity.
|
| - auto it = filter.find(identity.url().spec());
|
| + auto it = filter.find(identity.name());
|
| if (it != filter.end())
|
| return it->second;
|
|
|
|
|