| 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
|
| deleted file mode 100644
|
| index 4c3aad0f3ca8ee6bc4c23da6b0302e1f747f9f1a..0000000000000000000000000000000000000000
|
| --- a/LayoutTests/inspector/sources/debugger/show-function-definition-expected.txt
|
| +++ /dev/null
|
| @@ -1,14 +0,0 @@
|
| -Tests that "Show Function Definition" jumps to the correct location.
|
| -
|
| -
|
| -Running: testRevealFunctionDefinition
|
| -Function location revealed: [7:18]
|
| -
|
| -Running: testDumpFunctionDefinition
|
| -jumpToMe
|
| -jumpToMe()
|
| -{
|
| - var result = 12345;
|
| - return window.foo || result;
|
| -}
|
| -
|
|
|