| Index: third_party/WebKit/LayoutTests/inspector/console/function-name-in-console-message-stack-expected.txt
|
| diff --git a/third_party/WebKit/LayoutTests/inspector/console/function-name-in-console-message-stack-expected.txt b/third_party/WebKit/LayoutTests/inspector/console/function-name-in-console-message-stack-expected.txt
|
| index f82fb591cf6e1f49fa8c8a308b0f206d3db3d20c..fa42c1d5ceaabd9f9043ed71e8b4cb9cb4514949 100644
|
| --- a/third_party/WebKit/LayoutTests/inspector/console/function-name-in-console-message-stack-expected.txt
|
| +++ b/third_party/WebKit/LayoutTests/inspector/console/function-name-in-console-message-stack-expected.txt
|
| @@ -1,10 +1,10 @@
|
| CONSOLE ERROR: line 8: Uncaught Error
|
| Tests exception message contains stack with correct function name.
|
|
|
| -function-name-in-console-message-stack.html:8 Uncaught Error
|
| -foo.displayName @ function-name-in-console-message-stack.html:8
|
| -bar.displayName @ function-name-in-console-message-stack.html:16
|
| -baz.function.name @ function-name-in-console-message-stack.html:23
|
| +function-name-in-con…essage-stack.html:8 Uncaught Error
|
| +foo.displayName @ function-name-in-con…essage-stack.html:8
|
| +bar.displayName @ function-name-in-con…ssage-stack.html:16
|
| +baz.function.name @ function-name-in-con…ssage-stack.html:23
|
| setTimeout (async)
|
| (anonymous) @ VM:1
|
|
|
|
|