Chromium Code Reviews| Index: third_party/WebKit/LayoutTests/inspector/sources/debugger/script-extract-outline-expected.txt |
| diff --git a/third_party/WebKit/LayoutTests/inspector/sources/debugger/script-extract-outline-expected.txt b/third_party/WebKit/LayoutTests/inspector/sources/debugger/script-extract-outline-expected.txt |
| index fe14f28e163b9b56dc8dc1dcd01a191ff75cddd6..51c31146feb54c33d7a3e26908af5eaa8a1eb9ab 100644 |
| --- a/third_party/WebKit/LayoutTests/inspector/sources/debugger/script-extract-outline-expected.txt |
| +++ b/third_party/WebKit/LayoutTests/inspector/sources/debugger/script-extract-outline-expected.txt |
| @@ -10,21 +10,21 @@ Tests the script outline extraction functionality. |
| } |
| { |
| arguments : "(y, z)" |
| - column : 14 |
| + column : 5 |
| line : 1 |
| name : "second" |
| } |
| { |
| arguments : "(arg)" |
| - column : 10 |
| + column : 1 |
| line : 4 |
| name : "Object" |
| } |
| { |
| arguments : "(a, b, c, d, e, f)" |
| - column : 40 |
| + column : 1 |
| line : 6 |
| - name : "functionOnPrototype" |
| + name : "Object.prototype.functionOnPrototype" |
|
dgozman
2017/03/24 01:00:00
Let's revert this.
lushnikov
2017/03/24 19:19:36
Done.
|
| } |
| { |
| arguments : "()" |
| @@ -34,19 +34,19 @@ Tests the script outline extraction functionality. |
| } |
| { |
| arguments : "(arg1, arg2)" |
| - column : 22 |
| + column : 5 |
| line : 9 |
| name : "innerFunction2" |
| } |
| { |
| arguments : "(name)" |
| - column : 13 |
| + column : 0 |
| line : 14 |
| - name : "Cat" |
| + name : "window.Cat" |
| } |
| { |
| arguments : "()" |
| - column : 9 |
| + column : 4 |
| line : 20 |
| name : "mew" |
| } |
| @@ -58,7 +58,7 @@ Tests the script outline extraction functionality. |
| } |
| { |
| arguments : "()" |
| - column : 10 |
| + column : 4 |
| line : 30 |
| name : "feed" |
| } |