| 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 2fc38f0c243b45f13930e8dd770f32b4d665e065..494f3d0ede90c05cd48cf2d4ed10c7ecb1df553d 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,7 +9,7 @@ Tests exception message from eval on worker context in console contains stack tr
|
| foo();
|
| }
|
| boo();
|
| -VM:3 Uncaught Objecta: 239__proto__: Object
|
| +VM:3 Uncaught Object {a: 239}a: 239__proto__: Object
|
| foo @ VM:3
|
| boo @ VM:7
|
| (anonymous) @ VM:9
|
|
|