Chromium Code Reviews| Index: dbus/values_util.cc |
| diff --git a/dbus/values_util.cc b/dbus/values_util.cc |
| index c42237415c01fb607eee42ebcf19b42d2de2ea79..b78638dcbce8d0898ede4c3c7e94aefe417d7e0c 100644 |
| --- a/dbus/values_util.cc |
| +++ b/dbus/values_util.cc |
| @@ -57,7 +57,7 @@ bool PopDictionaryEntries(MessageReader* reader, |
| Value* value = PopDataAsValue(&entry_reader); |
| if (!value) |
| return false; |
| - dictionary_value->Set(key_string, value); |
| + dictionary_value->SetWithoutPathExpansion(key_string, value); |
|
satorux1
2012/03/20 16:55:09
Wow, that's subtle...
|
| } |
| return true; |
| } |