Index: LayoutTests/inspector/sources/debugger/script-extract-outline-expected.txt |
diff --git a/LayoutTests/inspector/sources/debugger/script-extract-outline-expected.txt b/LayoutTests/inspector/sources/debugger/script-extract-outline-expected.txt |
index c7e4aef9b15f39da1b8b72be9a1fb687a02b9314..30254f1f9890d2196a7c537cd483e207aacd55a7 100644 |
--- a/LayoutTests/inspector/sources/debugger/script-extract-outline-expected.txt |
+++ b/LayoutTests/inspector/sources/debugger/script-extract-outline-expected.txt |
@@ -38,6 +38,36 @@ Tests the script outline extraction functionality. |
line : 9 |
name : "innerFunction2" |
} |
+ { |
+ arguments : "(name)" |
+ column : 13 |
+ line : 14 |
+ name : "Cat" |
+ } |
+ { |
+ arguments : "()" |
+ column : 9 |
+ line : 20 |
+ name : "mew" |
+ } |
+ { |
+ arguments : "()" |
+ column : 8 |
+ line : 25 |
+ name : "get name" |
+ } |
+ { |
+ arguments : "()" |
+ column : 10 |
+ line : 30 |
+ name : "feed" |
+ } |
+ { |
+ arguments : "(newName)" |
+ column : 8 |
+ line : 35 |
+ name : "set name" |
+ } |
] |
index : 1 |
total : 1 |