Fix running skydb under chromoting.

Looks like a variable rename was missed.

R=esprehn@chromium.org

Review URL: https://codereview.chromium.org/815143004
This commit is contained in:
Tony Gentilcore 2015-01-13 18:50:52 -08:00
parent 3cce869dd5
commit 889bc4b2e6

View File

@ -187,7 +187,7 @@ class SkyDebugger(object):
if not is_android:
# Desktop-only work-around for mojo crashing under chromoting.
if args.use_osmesa:
shell_args.append(
shell_command.append(
'--args-for=mojo:native_viewport_service --use-osmesa')
# On android we can't launch inside gdb, but rather have to attach.