Index: LayoutTests/inspector/sources/debugger/debugger-compile-and-run-expected.txt |
diff --git a/LayoutTests/inspector/sources/debugger/debugger-compile-and-run-expected.txt b/LayoutTests/inspector/sources/debugger/debugger-compile-and-run-expected.txt |
index bc19b5cc3e55c4fa990867b5ae7ac7c1624bf6ff..25794d7e2a795443a35e5317ce121e8cb79735f1 100644 |
--- a/LayoutTests/inspector/sources/debugger/debugger-compile-and-run-expected.txt |
+++ b/LayoutTests/inspector/sources/debugger/debugger-compile-and-run-expected.txt |
@@ -11,10 +11,19 @@ Script result: 3 |
Running: testRunError |
Compiling script |
Running script |
-Script run error: Uncaught ReferenceError: c is not defined |
+exceptionDetails: |
+ Uncaught ReferenceError: c is not defined |
+ line: 1, column: 15 |
+ exceptionDetails stack trace: |
+ url: test.js |
+ function: |
+ line: 1 |
Running: testCompileError |
Compiling script |
-Script compile error: Uncaught SyntaxError: Unexpected token } |
+exceptionDetails: |
+ Uncaught SyntaxError: Unexpected token } |
+ line: 1, column: 0 |
+ no stack trace attached to exceptionDetails |
Debugger was disabled. |