summaryrefslogtreecommitdiffstats
path: root/third_party/WebKit/LayoutTests/inspector/console/console-stack-overflow.html
diff options
context:
space:
mode:
Diffstat (limited to 'third_party/WebKit/LayoutTests/inspector/console/console-stack-overflow.html')
-rw-r--r--third_party/WebKit/LayoutTests/inspector/console/console-stack-overflow.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/third_party/WebKit/LayoutTests/inspector/console/console-stack-overflow.html b/third_party/WebKit/LayoutTests/inspector/console/console-stack-overflow.html
index 6a16acd..987fbf9 100644
--- a/third_party/WebKit/LayoutTests/inspector/console/console-stack-overflow.html
+++ b/third_party/WebKit/LayoutTests/inspector/console/console-stack-overflow.html
@@ -19,7 +19,7 @@ function test()
function step2()
{
- if (WebInspector.ConsolePanel._view()._visibleViewMessages.length < 1)
+ if (WebInspector.ConsoleView.instance()._visibleViewMessages.length < 1)
InspectorTest.addConsoleSniffer(step2);
else
step3();