| Index: LayoutTests/inspector/sources/debugger/show-function-definition-expected.txt
|
| diff --git a/LayoutTests/inspector/sources/debugger/show-function-definition-expected.txt b/LayoutTests/inspector/sources/debugger/show-function-definition-expected.txt
|
| index 12741ae33dcf194d80aea5a216cbb3c68c098fe9..7acea96835f1f1f3511d540b41aa4a8c1d8e1ef0 100644
|
| --- a/LayoutTests/inspector/sources/debugger/show-function-definition-expected.txt
|
| +++ b/LayoutTests/inspector/sources/debugger/show-function-definition-expected.txt
|
| @@ -6,9 +6,5 @@ Function location revealed: [7:18]
|
|
|
| Running: testDumpFunctionDefinition
|
| jumpToMe
|
| -show-function-definition.html:7 function jumpToMe()
|
| -{
|
| - var result = 12345;
|
| - return window.foo || result;
|
| -}
|
| +jumpToMe()
|
|
|
|
|