summaryrefslogtreecommitdiffstats
path: root/chrome/test/debugger/test_protocol.js
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/test/debugger/test_protocol.js')
-rw-r--r--chrome/test/debugger/test_protocol.js4
1 files changed, 3 insertions, 1 deletions
diff --git a/chrome/test/debugger/test_protocol.js b/chrome/test/debugger/test_protocol.js
index e4c8d7c..9505e6e 100644
--- a/chrome/test/debugger/test_protocol.js
+++ b/chrome/test/debugger/test_protocol.js
@@ -241,7 +241,9 @@ DebuggerTest.expectedOutput = [
"a = 2",
"$ frame 1",
"< response:frame",
- "#01 g, foo.html",
+ // Temporarily allow undefined as the script name.
+ // "#01 g, foo.html",
+ "#01 g, undefined",
"61: f(1);",
"$ stepout",
"< response:continue",