| Index: third_party/WebKit/LayoutTests/inspector/sources/debugger/debugger-completions-on-call-frame.html
|
| diff --git a/third_party/WebKit/LayoutTests/inspector/sources/debugger/debugger-completions-on-call-frame.html b/third_party/WebKit/LayoutTests/inspector/sources/debugger/debugger-completions-on-call-frame.html
|
| index 062c46a3efef4ac3484bfbda5b9b131c9eeace04..225e979a945450f9066d4292feff25af308e8b0f 100644
|
| --- a/third_party/WebKit/LayoutTests/inspector/sources/debugger/debugger-completions-on-call-frame.html
|
| +++ b/third_party/WebKit/LayoutTests/inspector/sources/debugger/debugger-completions-on-call-frame.html
|
| @@ -75,7 +75,7 @@ function test()
|
|
|
| function step12(next)
|
| {
|
| - executionContext.completionsForExpression("arr1[", "arr1[", 5, "", false, checkAgainstGolden.bind(this, ["0]", "1]", "2]", "\"length\"]"], ["3]"], next));
|
| + executionContext.completionsForExpression("arr1[", "arr1[", 5, "", false, checkAgainstGolden.bind(this, ["\"length\"]"], ["3]"], next));
|
| },
|
|
|
| function step13_ShouldNotCrash(next)
|
|
|