| Index: chrome/browser/android/vr_shell/ui_scene.cc
|
| diff --git a/chrome/browser/android/vr_shell/ui_scene.cc b/chrome/browser/android/vr_shell/ui_scene.cc
|
| index eaba9e7346a49480d251651dc7f897d660626daa..cce8f9087ce2fcabee0d2b69dda9cae663041b41 100644
|
| --- a/chrome/browser/android/vr_shell/ui_scene.cc
|
| +++ b/chrome/browser/android/vr_shell/ui_scene.cc
|
| @@ -288,7 +288,7 @@ void UiScene::HandleCommands(std::unique_ptr<base::ListValue> commands,
|
| int64_t time_in_micro) {
|
| for (auto& item : *commands) {
|
| base::DictionaryValue* dict;
|
| - CHECK(item->GetAsDictionary(&dict));
|
| + CHECK(item.GetAsDictionary(&dict));
|
|
|
| Command type;
|
| base::DictionaryValue* data;
|
|
|