| Index: third_party/WebKit/LayoutTests/inspector/sources/debugger-ui/show-function-definition-expected.txt
|
| diff --git a/third_party/WebKit/LayoutTests/inspector/sources/debugger-ui/show-function-definition-expected.txt b/third_party/WebKit/LayoutTests/inspector/sources/debugger-ui/show-function-definition-expected.txt
|
| index 679daad7a2a110d01ac72198ff88d2ff5eca5772..a3bf0cb0d4ea1c5c79446fc49535458d619f4d46 100644
|
| --- a/third_party/WebKit/LayoutTests/inspector/sources/debugger-ui/show-function-definition-expected.txt
|
| +++ b/third_party/WebKit/LayoutTests/inspector/sources/debugger-ui/show-function-definition-expected.txt
|
| @@ -6,7 +6,7 @@ Function location revealed: [7:18]
|
|
|
| Running: testDumpFunctionDefinition
|
| jumpToMe
|
| -function jumpToMe()
|
| +ƒ jumpToMe()
|
| {
|
| var result = 12345;
|
| return window.foo || result;
|
|
|