| Index: LayoutTests/inspector/console/console-filter-level-test.html
|
| diff --git a/LayoutTests/inspector/console/console-filter-level-test.html b/LayoutTests/inspector/console/console-filter-level-test.html
|
| index e4743cf9c0e55502fa94499d23275ad801610d97..fa0546488e30c909dfbc0bbcb6d9bc72f278468c 100644
|
| --- a/LayoutTests/inspector/console/console-filter-level-test.html
|
| +++ b/LayoutTests/inspector/console/console-filter-level-test.html
|
| @@ -24,11 +24,9 @@ function onload()
|
|
|
| function test()
|
| {
|
| - var messagesElement = WebInspector.ConsolePanel._view()._messagesElement;
|
| -
|
| function dumpVisibleMessages()
|
| {
|
| - var children = WebInspector.ConsolePanel._view()._topGroup._messagesElement.childNodes;
|
| + var children = WebInspector.ConsolePanel._view()._messagesContainer.childNodes;
|
|
|
| for (var i = 0; i < children.length; i++)
|
| InspectorTest.addResult(">" + children[i].textContent);
|
|
|