| Index: LayoutTests/inspector/console/console-save-to-temp-var.html
|
| diff --git a/LayoutTests/inspector/console/console-save-to-temp-var.html b/LayoutTests/inspector/console/console-save-to-temp-var.html
|
| index 80fcdfa2dea55becdab848195b60d5e2f10f519d..927bbda9cd659a2d8f7a63847e36d34d7cf98034 100644
|
| --- a/LayoutTests/inspector/console/console-save-to-temp-var.html
|
| +++ b/LayoutTests/inspector/console/console-save-to-temp-var.html
|
| @@ -44,7 +44,7 @@ function test()
|
| function didEvaluate(result, wasThrown)
|
| {
|
| InspectorTest.assertTrue(!wasThrown, "FAIL: was thrown. Expression: " + expression);
|
| - WebInspector.panels.sources._saveToTempVariable(result);
|
| + WebInspector.inspectorView.panel("sources")._saveToTempVariable(result);
|
| InspectorTest.waitUntilNthMessageReceived(2, evaluateNext);
|
| }
|
|
|
|
|