| Index: third_party/WebKit/LayoutTests/inspector/sources/debugger/debugger-compile-and-run-expected.txt
|
| diff --git a/third_party/WebKit/LayoutTests/inspector/sources/debugger/debugger-compile-and-run-expected.txt b/third_party/WebKit/LayoutTests/inspector/sources/debugger/debugger-compile-and-run-expected.txt
|
| index 64ac2c0d27d7b8b86309aa2a3d0bceb3653deae2..878de58cd53c7c9ef432248ba91b754e6491fa58 100644
|
| --- a/third_party/WebKit/LayoutTests/inspector/sources/debugger/debugger-compile-and-run-expected.txt
|
| +++ b/third_party/WebKit/LayoutTests/inspector/sources/debugger/debugger-compile-and-run-expected.txt
|
| @@ -12,7 +12,7 @@ Compiling script
|
| Running script
|
| exceptionDetails:
|
| Uncaught ReferenceError: c is not defined
|
| - line: 1, column: 15
|
| + line: 0, column: 15
|
| exceptionDetails stack trace:
|
| url: test.js
|
| function:
|
| @@ -22,6 +22,6 @@ Running: testCompileError
|
| Compiling script
|
| exceptionDetails:
|
| Uncaught SyntaxError: Unexpected token }
|
| - line: 1, column: 0
|
| + line: 0, column: 0
|
| no stack trace attached to exceptionDetails
|
|
|
|
|