| 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 a3bf0cb0d4ea1c5c79446fc49535458d619f4d46..679daad7a2a110d01ac72198ff88d2ff5eca5772 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 @@
|
|
|
| Running: testDumpFunctionDefinition
|
| jumpToMe
|
| -ƒ jumpToMe()
|
| +function jumpToMe()
|
| {
|
| var result = 12345;
|
| return window.foo || result;
|
|
|