| Index: third_party/WebKit/LayoutTests/inspector/sources/outline-javascript-1-expected.txt
|
| diff --git a/third_party/WebKit/LayoutTests/inspector/sources/outline-javascript-1-expected.txt b/third_party/WebKit/LayoutTests/inspector/sources/outline-javascript-1-expected.txt
|
| index 22a5e664122d1630244531d5fd87311e532501c2..d2d032307f44f68cdcbb265a3e74344c99edcf94 100644
|
| --- a/third_party/WebKit/LayoutTests/inspector/sources/outline-javascript-1-expected.txt
|
| +++ b/third_party/WebKit/LayoutTests/inspector/sources/outline-javascript-1-expected.txt
|
| @@ -17,18 +17,18 @@ Running: testVariableDeclaration
|
| Text:
|
| var a = function(a,b) { }
|
| Outline:
|
| - a(a, b):0:8
|
| + a(a, b):0:4
|
|
|
| Running: testMultipleVariableDeclaration
|
| Text:
|
| var a = function(a,b) { }, b = function(c,d) { }
|
| Outline:
|
| - a(a, b):0:8
|
| - b(c, d):0:31
|
| + a(a, b):0:4
|
| + b(c, d):0:27
|
|
|
| Running: testObjectProperty
|
| Text:
|
| a.b.c = function(d, e) { }
|
| Outline:
|
| - c(d, e):0:8
|
| + c(d, e):0:0
|
|
|
|
|