| Index: third_party/WebKit/LayoutTests/inspector-protocol/runtime/runtime-callFunctionOn-async.html
|
| diff --git a/third_party/WebKit/LayoutTests/inspector-protocol/runtime/runtime-callFunctionOn-async.html b/third_party/WebKit/LayoutTests/inspector-protocol/runtime/runtime-callFunctionOn-async.html
|
| index c23ec113def0d0d233f50d4a801fb911f42ae982..700ab1a5e561a4537a0736252af21985576aa0f8 100644
|
| --- a/third_party/WebKit/LayoutTests/inspector-protocol/runtime/runtime-callFunctionOn-async.html
|
| +++ b/third_party/WebKit/LayoutTests/inspector-protocol/runtime/runtime-callFunctionOn-async.html
|
| @@ -135,6 +135,10 @@ function test()
|
| result.exceptionDetails.scriptId = 0;
|
| if (result.result && result.result.objectId)
|
| result.result.objectId = "[ObjectId]";
|
| + if (result.exceptionDetails) {
|
| + result.exceptionDetails.exceptionId = 0;
|
| + result.exceptionDetails.exception.objectId = 0;
|
| + }
|
| InspectorTest.logObject(result);
|
| }
|
| }
|
|
|