| 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 5e38295d2bd998212ea2f33d021e43f1fc38ddc1..199bd60cbb2b38ed140b94bff44913ccc36d3c4f 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
|
| @@ -81,9 +81,9 @@ function test()
|
| return;
|
| }
|
|
|
| - function didEvaluate(result, wasThrown)
|
| + function didEvaluate(result, exceptionDetails)
|
| {
|
| - InspectorTest.assertTrue(!wasThrown, "FAIL: was thrown. Expression: " + expression);
|
| + InspectorTest.assertTrue(!exceptionDetails, "FAIL: was thrown. Expression: " + expression);
|
| WebInspector.panels.sources._saveToTempVariable(result);
|
| InspectorTest.waitUntilNthMessageReceived(2, evaluateNext);
|
| }
|
|
|