Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(129)

Unified Diff: LayoutTests/inspector/console/console-save-to-temp-var.html

Issue 268293003: DevTools: Get rid of WebInspector.panels (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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);
}

Powered by Google App Engine
This is Rietveld 408576698