Index: third_party/WebKit/LayoutTests/inspector-protocol/console/console-let-const-with-api.html |
diff --git a/third_party/WebKit/LayoutTests/inspector-protocol/console/console-let-const-with-api.html b/third_party/WebKit/LayoutTests/inspector-protocol/console/console-let-const-with-api.html |
index e1e592dd9be3524b8e7492d2587aae3ff49feb2a..69525ed1ee4ef9ae4e4f721d8baefc4121152820 100644 |
--- a/third_party/WebKit/LayoutTests/inspector-protocol/console/console-let-const-with-api.html |
+++ b/third_party/WebKit/LayoutTests/inspector-protocol/console/console-let-const-with-api.html |
@@ -19,7 +19,7 @@ function test() |
failIfError(response); |
InspectorTest.log("second \"let a = 1;\" result: wasThrown = " + !!response.result.exceptionDetails); |
if (response.result.exceptionDetails) |
- InspectorTest.log("exception message: " + response.result.exceptionDetails.text); |
+ InspectorTest.log("exception message: " + response.result.exceptionDetails.text + " " + response.result.exceptionDetails.exception.description); |
InspectorTest.sendCommand("Runtime.evaluate", { expression: "a" }, step4); |
} |