| Index: LayoutTests/inspector/console/worker-exception-message-contains-stack-expected.txt
|
| diff --git a/LayoutTests/inspector/console/worker-exception-message-contains-stack-expected.txt b/LayoutTests/inspector/console/worker-exception-message-contains-stack-expected.txt
|
| index a20227db135dc038ca623e371cc92261c17a8534..aec305fc60296e2a32fe58884b8dcfa40a172c43 100644
|
| --- a/LayoutTests/inspector/console/worker-exception-message-contains-stack-expected.txt
|
| +++ b/LayoutTests/inspector/console/worker-exception-message-contains-stack-expected.txt
|
| @@ -2,6 +2,6 @@ CONSOLE ERROR: line 3: Uncaught Error
|
| CONSOLE MESSAGE: line 18: Uncaught Error
|
| Tests exception message from worker contains stack trace.
|
|
|
| -worker-with-throw.js:3Uncaught Errorfoo @ worker-with-throw.js:3boo @ worker-with-throw.js:7onmessage @ worker-with-throw.js:11
|
| +worker-with-throw.js:3 Uncaught Errorfoo @ worker-with-throw.js:3boo @ worker-with-throw.js:7onmessage @ worker-with-throw.js:11
|
| worker-exception-message-contains-stack.html:18 Uncaught Error
|
|
|
|
|