| Index: third_party/WebKit/LayoutTests/inspector/console/console-save-to-temp-var.html
|
| diff --git a/third_party/WebKit/LayoutTests/inspector/console/console-save-to-temp-var.html b/third_party/WebKit/LayoutTests/inspector/console/console-save-to-temp-var.html
|
| index 8a49a2131ece49ec73f6c543477e9695d74696ae..e057e8cd09553ef6bd063525e90c2525a1e2b493 100644
|
| --- a/third_party/WebKit/LayoutTests/inspector/console/console-save-to-temp-var.html
|
| +++ b/third_party/WebKit/LayoutTests/inspector/console/console-save-to-temp-var.html
|
| @@ -43,11 +43,11 @@ function test()
|
| function didEvaluate(result, exceptionDetails)
|
| {
|
| InspectorTest.assertTrue(!exceptionDetails, "FAIL: was thrown. Expression: " + expression);
|
| - WebInspector.panels.sources._saveToTempVariable(result);
|
| + UI.panels.sources._saveToTempVariable(result);
|
| InspectorTest.waitUntilNthMessageReceived(2, evaluateNext);
|
| }
|
|
|
| - WebInspector.context.flavor(WebInspector.ExecutionContext).evaluate(expression, "console", true, undefined, undefined, undefined, undefined, didEvaluate);
|
| + UI.context.flavor(SDK.ExecutionContext).evaluate(expression, "console", true, undefined, undefined, undefined, undefined, didEvaluate);
|
| }
|
|
|
| function dumpConsoleMessages()
|
|
|