| 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 161cdb89e17f8ca5234d9c60226962d45c48c41d..5db4785c0b1ff24210edc2e3a0508400fed90d3a 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."
|
| @@ -632,7 +628,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."
|
|
|