| 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 d1c387ae92d8c72394dd44bb14328ab33a121dfd..e6e1620361698af62ed5eb48c2e8da3443992b47 100644
|
| --- a/chrome/browser/android/vr_shell/ui_scene.cc
|
| +++ b/chrome/browser/android/vr_shell/ui_scene.cc
|
| @@ -290,7 +290,7 @@ void UiScene::HandleCommands(std::unique_ptr<base::ListValue> commands,
|
| const base::TimeTicks& time) {
|
| for (auto& item : *commands) {
|
| base::DictionaryValue* dict;
|
| - CHECK(item->GetAsDictionary(&dict));
|
| + CHECK(item.GetAsDictionary(&dict));
|
|
|
| Command type;
|
| base::DictionaryValue* data;
|
|
|