| Index: third_party/WebKit/LayoutTests/inspector/sources/debugger-ui/debugger-save-to-temp-var.html
|
| diff --git a/third_party/WebKit/LayoutTests/inspector/sources/debugger-ui/debugger-save-to-temp-var.html b/third_party/WebKit/LayoutTests/inspector/sources/debugger-ui/debugger-save-to-temp-var.html
|
| index 199bd60cbb2b38ed140b94bff44913ccc36d3c4f..4ae99322a5d8c299d5dcab52f1d31c286c31e217 100644
|
| --- a/third_party/WebKit/LayoutTests/inspector/sources/debugger-ui/debugger-save-to-temp-var.html
|
| +++ b/third_party/WebKit/LayoutTests/inspector/sources/debugger-ui/debugger-save-to-temp-var.html
|
| @@ -84,11 +84,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 tearDown()
|
|
|