Chromium Code Reviews| Index: third_party/WebKit/LayoutTests/inspector-protocol/runtime/runtime-getFunctionDetails-expected.txt |
| diff --git a/third_party/WebKit/LayoutTests/inspector-protocol/runtime/runtime-getFunctionDetails-expected.txt b/third_party/WebKit/LayoutTests/inspector-protocol/runtime/runtime-getFunctionDetails-expected.txt |
| deleted file mode 100644 |
| index b216bd459a62d9b2faaaaadc792f466fbafe6f5b..0000000000000000000000000000000000000000 |
| --- a/third_party/WebKit/LayoutTests/inspector-protocol/runtime/runtime-getFunctionDetails-expected.txt |
| +++ /dev/null |
| @@ -1,13 +0,0 @@ |
| - |
| -{ |
| - "details": { |
| - "location": { |
| - "scriptId": "0", |
| - "lineNumber": -1, |
| - "columnNumber": -1 |
| - }, |
| - "functionName": "", |
| - "isGenerator": false |
| - } |
| -} |
| - |