| Index: LayoutTests/inspector/console/console-dir-deprecated.html
|
| diff --git a/LayoutTests/inspector/console/console-dir-deprecated.html b/LayoutTests/inspector/console/console-dir-deprecated.html
|
| index 45e4a42daa6d809be789dc2c424eae59f9219065..5b8f1da47916fed728a20f0a453108542f14429a 100644
|
| --- a/LayoutTests/inspector/console/console-dir-deprecated.html
|
| +++ b/LayoutTests/inspector/console/console-dir-deprecated.html
|
| @@ -15,7 +15,7 @@ function test()
|
| InspectorTest.evaluateInPage("logObjects()", step2);
|
| function step2()
|
| {
|
| - InspectorTest.addResult(InspectorTest.textContentWithLineBreaks(WebInspector.ConsolePanel._view()._topGroup._messagesElement));
|
| + InspectorTest.addResult(InspectorTest.textContentWithLineBreaks(WebInspector.ConsolePanel._view()._messagesContainer));
|
| InspectorTest.completeTest();
|
| }
|
| }
|
|
|