| Index: third_party/WebKit/LayoutTests/inspector/console/worker-eval-contains-stack-expected.txt
|
| diff --git a/third_party/WebKit/LayoutTests/inspector/console/worker-eval-contains-stack-expected.txt b/third_party/WebKit/LayoutTests/inspector/console/worker-eval-contains-stack-expected.txt
|
| index 518c6d8ed7d2af7b7b09d14382e73e40d388fbf2..f33be357fb53f4758769cf750d2be87b9d4c5bf0 100644
|
| --- a/third_party/WebKit/LayoutTests/inspector/console/worker-eval-contains-stack-expected.txt
|
| +++ b/third_party/WebKit/LayoutTests/inspector/console/worker-eval-contains-stack-expected.txt
|
| @@ -9,5 +9,5 @@ Tests exception message from eval on worker context in console contains stack tr
|
| foo();
|
| }
|
| boo();
|
| -VM:3 Uncaught Object {a: 239}a: 239__proto__: Objectfoo @ VM:3boo @ VM:7(anonymous function) @ VM:9
|
| +VM:3 Uncaught Objecta: 239__proto__: Objectfoo @ VM:3boo @ VM:7(anonymous function) @ VM:9
|
|
|
|
|