| 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 5ade9da71a0914fc1771e24db9f89fb60a9475d6..8a49a2131ece49ec73f6c543477e9695d74696ae 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
|
| @@ -40,9 +40,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);
|
| }
|
|
|