| 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 6ab355862f4ea5500c4ba45ff0dbb34e80f0f745..9cbc93619ae70e3615ce43ba367f8d27ebee905d 100644
|
| --- a/third_party/WebKit/Source/platform/v8_inspector/js_protocol.json
|
| +++ b/third_party/WebKit/Source/platform/v8_inspector/js_protocol.json
|
| @@ -365,18 +365,6 @@
|
| "description": "Information about the function."
|
| },
|
| {
|
| - "id": "GeneratorObjectDetails",
|
| - "hidden": true,
|
| - "type": "object",
|
| - "properties": [
|
| - { "name": "function", "$ref": "Runtime.RemoteObject", "description": "Generator function." },
|
| - { "name": "functionName", "type": "string", "description": "Name of the generator function." },
|
| - { "name": "status", "type": "string", "enum": ["running", "suspended", "closed"], "description": "Current generator object status." },
|
| - { "name": "location", "$ref": "Location", "optional": true, "description": "If suspended, location where generator function was suspended (e.g. location of the last 'yield'). Otherwise, location of the generator function." }
|
| - ],
|
| - "description": "Information about the generator object."
|
| - },
|
| - {
|
| "id": "CallFrame",
|
| "type": "object",
|
| "properties": [
|
| @@ -579,17 +567,6 @@
|
| "description": "Returns detailed information on given function."
|
| },
|
| {
|
| - "name": "getGeneratorObjectDetails",
|
| - "hidden": true,
|
| - "parameters": [
|
| - { "name": "objectId", "$ref": "Runtime.RemoteObjectId", "description": "Id of the generator object to get details for." }
|
| - ],
|
| - "returns": [
|
| - { "name": "details", "$ref": "GeneratorObjectDetails", "description": "Information about the generator object." }
|
| - ],
|
| - "description": "Returns detailed information on given generator object."
|
| - },
|
| - {
|
| "name": "setPauseOnExceptions",
|
| "parameters": [
|
| { "name": "state", "type": "string", "enum": ["none", "uncaught", "all"], "description": "Pause on exceptions mode." }
|
|
|