summaryrefslogtreecommitdiffstats
path: root/chrome/test/debugger/debugger_unittests.py
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/test/debugger/debugger_unittests.py')
-rw-r--r--chrome/test/debugger/debugger_unittests.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/test/debugger/debugger_unittests.py b/chrome/test/debugger/debugger_unittests.py
index 6dd5406..ed3b0d3 100644
--- a/chrome/test/debugger/debugger_unittests.py
+++ b/chrome/test/debugger/debugger_unittests.py
@@ -29,7 +29,7 @@ def RunTests(build_dir=None):
v8_shell_sample = os.path.join(chrome_dir, "Release", "v8_shell_sample.exe")
cmd = [v8_shell_sample,
"--allow-natives-syntax",
- "--expose-debug-as debugContext",
+ "--expose-debug-as", "debugContext",
os.path.join(chrome_dir, "browser", "debugger", "resources", "debugger_shell.js"),
# TODO Change the location of mjsunit.js from the copy in this
# directory to the copy in V8 when switching to use V8 from