| 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 9cbc93619ae70e3615ce43ba367f8d27ebee905d..e6dc8ab03e137b13aeb10824453ff30e6c3c886a 100644
|
| --- a/third_party/WebKit/Source/platform/v8_inspector/js_protocol.json
|
| +++ b/third_party/WebKit/Source/platform/v8_inspector/js_protocol.json
|
| @@ -353,18 +353,6 @@
|
| "description": "Location in the source code."
|
| },
|
| {
|
| - "id": "FunctionDetails",
|
| - "hidden": true,
|
| - "type": "object",
|
| - "properties": [
|
| - { "name": "location", "$ref": "Location", "optional": true, "description": "Location of the function, none for native functions." },
|
| - { "name": "functionName", "type": "string", "description": "Name of the function." },
|
| - { "name": "isGenerator", "type": "boolean", "description": "Whether this is a generator function." },
|
| - { "name": "scopeChain", "type": "array", "optional": true, "items": { "$ref": "Scope" }, "description": "Scope chain for this closure." }
|
| - ],
|
| - "description": "Information about the function."
|
| - },
|
| - {
|
| "id": "CallFrame",
|
| "type": "object",
|
| "properties": [
|
| @@ -556,17 +544,6 @@
|
| "description": "Returns source for the script with given id."
|
| },
|
| {
|
| - "name": "getFunctionDetails",
|
| - "hidden": true,
|
| - "parameters": [
|
| - { "name": "functionId", "$ref": "Runtime.RemoteObjectId", "description": "Id of the function to get details for." }
|
| - ],
|
| - "returns": [
|
| - { "name": "details", "$ref": "FunctionDetails", "description": "Information about the function." }
|
| - ],
|
| - "description": "Returns detailed information on given function."
|
| - },
|
| - {
|
| "name": "setPauseOnExceptions",
|
| "parameters": [
|
| { "name": "state", "type": "string", "enum": ["none", "uncaught", "all"], "description": "Pause on exceptions mode." }
|
|
|