| Index: third_party/WebKit/Source/platform/v8_inspector/js_protocol.json
|
| diff --git a/third_party/WebKit/Source/platform/v8_inspector/js_protocol.json b/third_party/WebKit/Source/platform/v8_inspector/js_protocol.json
|
| index f5f07ce58dfe025b793de9f965fd33bd8302ff07..ba48e944e19972344a57f46e234133374dab945d 100644
|
| --- a/third_party/WebKit/Source/platform/v8_inspector/js_protocol.json
|
| +++ b/third_party/WebKit/Source/platform/v8_inspector/js_protocol.json
|
| @@ -198,7 +198,6 @@
|
| ],
|
| "returns": [
|
| { "name": "result", "$ref": "RemoteObject", "description": "Evaluation result." },
|
| - { "name": "wasThrown", "type": "boolean", "optional": true, "description": "True if the result was thrown during the evaluation." },
|
| { "name": "exceptionDetails", "$ref": "ExceptionDetails", "optional": true, "experimental": true, "description": "Exception details."}
|
| ],
|
| "description": "Evaluates expression on global object."
|
| @@ -214,7 +213,6 @@
|
| ],
|
| "returns": [
|
| { "name": "result", "$ref": "RemoteObject", "description": "Promise result. Will contain rejected value if promise was rejected." },
|
| - { "name": "wasThrown", "type": "boolean", "optional": true, "description": "True if the promise was rejected." },
|
| { "name": "exceptionDetails", "$ref": "ExceptionDetails", "optional": true, "description": "Exception details if stack strace is available."}
|
| ],
|
| "description": "Add handler to promise with given promise object id."
|
| @@ -234,7 +232,6 @@
|
| ],
|
| "returns": [
|
| { "name": "result", "$ref": "RemoteObject", "description": "Call result." },
|
| - { "name": "wasThrown", "type": "boolean", "optional": true, "description": "True if the result was thrown during the evaluation." },
|
| { "name": "exceptionDetails", "$ref": "ExceptionDetails", "optional": true, "experimental": true, "description": "Exception details."}
|
| ],
|
| "description": "Calls function with given declaration on the given object. Object group of the result is inherited from the target object."
|
| @@ -328,7 +325,6 @@
|
| ],
|
| "returns": [
|
| { "name": "result", "$ref": "RemoteObject", "description": "Run result." },
|
| - { "name": "wasThrown", "type": "boolean", "optional": true, "description": "True if the result was thrown during the execution." },
|
| { "name": "exceptionDetails", "$ref": "ExceptionDetails", "optional": true, "description": "Exception details."}
|
| ],
|
| "description": "Runs script with given id in a given context."
|
| @@ -624,7 +620,6 @@
|
| ],
|
| "returns": [
|
| { "name": "result", "$ref": "Runtime.RemoteObject", "description": "Object wrapper for the evaluation result." },
|
| - { "name": "wasThrown", "type": "boolean", "optional": true, "description": "True if the result was thrown during the evaluation." },
|
| { "name": "exceptionDetails", "$ref": "Runtime.ExceptionDetails", "optional": true, "experimental": true, "description": "Exception details."}
|
| ],
|
| "description": "Evaluates expression on a given call frame."
|
|
|