| Index: LayoutTests/inspector/console/console-big-array.html
|
| diff --git a/LayoutTests/inspector/console/console-big-array.html b/LayoutTests/inspector/console/console-big-array.html
|
| index f2e08587b7f78ff57bf3000bf8a77312efa1c339..c8e3618a75c55a99227339af5a4e80ebcca36423 100644
|
| --- a/LayoutTests/inspector/console/console-big-array.html
|
| +++ b/LayoutTests/inspector/console/console-big-array.html
|
| @@ -101,7 +101,7 @@ function test()
|
|
|
| function completeTest()
|
| {
|
| - InspectorTest.addResult(InspectorTest.textContentWithLineBreaks(WebInspector.ConsolePanel._view()._topGroup._messagesElement));
|
| + InspectorTest.addResult(InspectorTest.textContentWithLineBreaks(WebInspector.ConsolePanel._view()._messagesContainer));
|
| InspectorTest.completeTest();
|
| }
|
| }
|
|
|