| Index: third_party/WebKit/LayoutTests/http/tests/inspector-protocol/access-inspected-object.html
|
| diff --git a/third_party/WebKit/LayoutTests/http/tests/inspector-protocol/access-inspected-object.html b/third_party/WebKit/LayoutTests/http/tests/inspector-protocol/access-inspected-object.html
|
| index 6b54d769abea73d517ea019cfe2bb7321daabdd2..d8b1d719ec1475d2ee32f9c1834a82e764f88caf 100644
|
| --- a/third_party/WebKit/LayoutTests/http/tests/inspector-protocol/access-inspected-object.html
|
| +++ b/third_party/WebKit/LayoutTests/http/tests/inspector-protocol/access-inspected-object.html
|
| @@ -57,7 +57,7 @@ function test()
|
|
|
| function didEvaluate(messageObject)
|
| {
|
| - if (messageObject.result.wasThrown)
|
| + if (!!messageObject.result.exceptionDetails)
|
| InspectorTest.log("FAIL: unexpected exception: " + JSON.stringify(messageObject, null, 2));
|
| if (messageObject.result.result.value !== null)
|
| InspectorTest.log("FAIL: unexpected value: " + JSON.stringify(messageObject, null, 2));
|
|
|